Html Css Color HEX #D877A0 Pale Violet Red

📋 copy color: '#D877A0'

red 216 ◦ green 119 ◦ blue 160

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

Shades of Pale Violet Red #D877A0

Tints of Pale Violet Red #D877A0

RGB

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

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

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

R = 43.64%
G = 24.04%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D877A0 (or 0xD877A0) is known color: Pale Violet Red. HEX triplet: D8, 77 and A0. RGB value is (216,119,160). Sum of RGB (Red+Green+Blue) = 216+119+160=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D877A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D877A0 is #27885F. Grayscale: #989898. Windows color (decimal): -2590816 or 10516440. OLE color: 10516440.

HSL color Cylindrical-coordinate representation of color #D877A0: hue angle of 334.64º 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 #D877A0 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 119 160 -
CMYK 0 0.45 0.26 0.15
HSL 334.64º 0.55% 0.66% -
HSV(B) 334.64º 0.45% 0.85% -
XYZ 41.26 30.33 36.94 -
YUV 152.68 132.14 173.17 -
System Red Green Blue C M Y K H S L
Decimal 216 119 160 0 0.45 0.26 0.15 334.64 0.55 0.66
Hex D8 77 A0 0 2D 1A F 14F 37 42
Octal 330 167 240 0 55 32 17 517 67 102
Binary 11011000 1110111 10100000 0 101101 11010 1111 101001111 110111 1000010

Color Harmonies of #D877A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D877A0

Black with #D877A0

Text Example


Text Example

White with #D877A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D877A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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