Html Css Color HEX #D872A0 Pale Violet Red

📋 copy color: '#D872A0'

red 216 ◦ green 114 ◦ blue 160

#D872A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #D872A0

Tints of Pale Violet Red #D872A0

RGB

 RED value IS 216 (84.77% from 255) = 44.08%

 GREEN value IS 114 (44.92% from 255) = 23.27%

 BLUE value IS 160 (62.89% from 255) = 32.65%

R = 44.08%
G = 23.27%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D872A0 (or 0xD872A0) is known color: Pale Violet Red. HEX triplet: D8, 72 and A0. RGB value is (216,114,160). Sum of RGB (Red+Green+Blue) = 216+114+160=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D872A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D872A0 is #278D5F. Grayscale: #959595. Windows color (decimal): -2592096 or 10515160. OLE color: 10515160.

HSL color Cylindrical-coordinate representation of color #D872A0: hue angle of 332.94º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D872A0 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 114 160 -
CMYK 0 0.47 0.26 0.15
HSL 332.94º 0.57% 0.65% -
HSV(B) 332.94º 0.47% 0.85% -
XYZ 40.68 29.17 36.74 -
YUV 149.74 133.79 175.26 -
System Red Green Blue C M Y K H S L
Decimal 216 114 160 0 0.47 0.26 0.15 332.94 0.57 0.65
Hex D8 72 A0 0 2F 1A F 14D 39 41
Octal 330 162 240 0 57 32 17 515 71 101
Binary 11011000 1110010 10100000 0 101111 11010 1111 101001101 111001 1000001

Color Harmonies of #D872A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D872A0

Black with #D872A0

Text Example


Text Example

White with #D872A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D872A0; }

 p { color: rgb(216,114,160); }

 H1.HeaderClassName
 {
   color: #D872A0;
 }
 .AnyTagClassName
 {
   color: #D872A0;
 }
</style>

background-color css

<style>
 a { background-color: #D872A0; }

 a { background-color: rgb(216,114,160); }

 div.DivClassName
 {
   background-color: #D872A0;
 }
 .BgClassName
 {
   background-color: #D872A0;
 }
</style>

border-color css

<style>
 span { border-color: #D872A0; }

 span { border-color: rgb(216,114,160); }

 td.TdClassName
 {
   border-color: #D872A0;
 }
 .TagClassName
 {
   border-color: #D872A0;
 }
</style>