Html Css Color HEX #D976A0 Pale Violet Red

📋 copy color: '#D976A0'

red 217 ◦ green 118 ◦ blue 160

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

Shades of Pale Violet Red #D976A0

Tints of Pale Violet Red #D976A0

RGB

 RED value IS 217 (85.16% from 255) = 43.84%

 GREEN value IS 118 (46.48% from 255) = 23.84%

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

R = 43.84%
G = 23.84%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D976A0 (or 0xD976A0) is known color: Pale Violet Red. HEX triplet: D9, 76 and A0. RGB value is (217,118,160). Sum of RGB (Red+Green+Blue) = 217+118+160=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D976A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D976A0 is #26895F. Grayscale: #989898. Windows color (decimal): -2525536 or 10516185. OLE color: 10516185.

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

Color convert

RGB 217 118 160 -
CMYK 0 0.46 0.26 0.15
HSL 334.55º 0.57% 0.66% -
HSV(B) 334.55º 0.46% 0.85% -
XYZ 41.44 30.25 36.91 -
YUV 152.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 217 118 160 0 0.46 0.26 0.15 334.55 0.57 0.66
Hex D9 76 A0 0 2E 1A F 14F 39 42
Octal 331 166 240 0 56 32 17 517 71 102
Binary 11011001 1110110 10100000 0 101110 11010 1111 101001111 111001 1000010

Color Harmonies of #D976A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976A0

Black with #D976A0

Text Example


Text Example

White with #D976A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976A0; }

 p { color: rgb(217,118,160); }

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

background-color css

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

 a { background-color: rgb(217,118,160); }

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

border-color css

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

 span { border-color: rgb(217,118,160); }

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