Html Css Color HEX #D976A2 Pale Violet Red

📋 copy color: '#D976A2'

red 217 ◦ green 118 ◦ blue 162

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

Shades of Pale Violet Red #D976A2

Tints of Pale Violet Red #D976A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.6%

R = 43.66%
G = 23.74%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D976A2 (or 0xD976A2) is known color: Pale Violet Red. HEX triplet: D9, 76 and A2. RGB value is (217,118,162). Sum of RGB (Red+Green+Blue) = 217+118+162=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D976A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D976A2 is #26895D. Grayscale: #989898. Windows color (decimal): -2525534 or 10647257. OLE color: 10647257.

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

Color convert

RGB 217 118 162 -
CMYK 0 0.46 0.25 0.15
HSL 333.33º 0.57% 0.66% -
HSV(B) 333.33º 0.46% 0.85% -
XYZ 41.62 30.32 37.84 -
YUV 152.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 217 118 162 0 0.46 0.25 0.15 333.33 0.57 0.66
Hex D9 76 A2 0 2E 19 F 14D 39 42
Octal 331 166 242 0 56 31 17 515 71 102
Binary 11011001 1110110 10100010 0 101110 11001 1111 101001101 111001 1000010

Color Harmonies of #D976A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976A2

Black with #D976A2

Text Example


Text Example

White with #D976A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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