Html Css Color HEX #D976A6 Pale Violet Red

📋 copy color: '#D976A6'

red 217 ◦ green 118 ◦ blue 166

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

Shades of Pale Violet Red #D976A6

Tints of Pale Violet Red #D976A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.13%

R = 43.31%
G = 23.55%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D976A6 (or 0xD976A6) is known color: Pale Violet Red. HEX triplet: D9, 76 and A6. RGB value is (217,118,166). Sum of RGB (Red+Green+Blue) = 217+118+166=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D976A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D976A6 is #268959. Grayscale: #989898. Windows color (decimal): -2525530 or 10909401. OLE color: 10909401.

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

Color convert

RGB 217 118 166 -
CMYK 0 0.46 0.24 0.15
HSL 330.91º 0.57% 0.66% -
HSV(B) 330.91º 0.46% 0.85% -
XYZ 41.98 30.46 39.74 -
YUV 153.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 217 118 166 0 0.46 0.24 0.15 330.91 0.57 0.66
Hex D9 76 A6 0 2E 18 F 14B 39 42
Octal 331 166 246 0 56 30 17 513 71 102
Binary 11011001 1110110 10100110 0 101110 11000 1111 101001011 111001 1000010

Color Harmonies of #D976A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976A6

Black with #D976A6

Text Example


Text Example

White with #D976A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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