Html Css Color HEX #D877AA Pale Violet Red

📋 copy color: '#D877AA'

red 216 ◦ green 119 ◦ blue 170

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

Shades of Pale Violet Red #D877AA

Tints of Pale Violet Red #D877AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.56%

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 42.77%
G = 23.56%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D877AA (or 0xD877AA) is known color: Pale Violet Red. HEX triplet: D8, 77 and AA. RGB value is (216,119,170). Sum of RGB (Red+Green+Blue) = 216+119+170=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D877AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D877AA is #278855. Grayscale: #999999. Windows color (decimal): -2590806 or 11171800. OLE color: 11171800.

HSL color Cylindrical-coordinate representation of color #D877AA: hue angle of 328.45º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D877AA is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 119 170 -
CMYK 0 0.45 0.21 0.15
HSL 328.45º 0.55% 0.66% -
HSV(B) 328.45º 0.45% 0.85% -
XYZ 42.17 30.69 41.73 -
YUV 153.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 216 119 170 0 0.45 0.21 0.15 328.45 0.55 0.66
Hex D8 77 AA 0 2D 15 F 148 37 42
Octal 330 167 252 0 55 25 17 510 67 102
Binary 11011000 1110111 10101010 0 101101 10101 1111 101001000 110111 1000010

Color Harmonies of #D877AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D877AA

Black with #D877AA

Text Example


Text Example

White with #D877AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D877AA; }

 p { color: rgb(216,119,170); }

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

background-color css

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

 a { background-color: rgb(216,119,170); }

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

border-color css

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

 span { border-color: rgb(216,119,170); }

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