Html Css Color HEX #D9709C Pale Violet Red

📋 copy color: '#D9709C'

red 217 ◦ green 112 ◦ blue 156

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

Shades of Pale Violet Red #D9709C

Tints of Pale Violet Red #D9709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.09%

 BLUE value IS 156 (61.33% from 255) = 32.16%

R = 44.74%
G = 23.09%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9709C (or 0xD9709C) is known color: Pale Violet Red. HEX triplet: D9, 70 and 9C. RGB value is (217,112,156). Sum of RGB (Red+Green+Blue) = 217+112+156=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9709C is #268F63. Grayscale: #949494. Windows color (decimal): -2527076 or 10252505. OLE color: 10252505.

HSL color Cylindrical-coordinate representation of color #D9709C: hue angle of 334.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9709C is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 112 156 -
CMYK 0 0.48 0.28 0.15
HSL 334.86º 0.58% 0.65% -
HSV(B) 334.86º 0.48% 0.85% -
XYZ 40.41 28.74 34.87 -
YUV 148.41 132.29 176.92 -
System Red Green Blue C M Y K H S L
Decimal 217 112 156 0 0.48 0.28 0.15 334.86 0.58 0.65
Hex D9 70 9C 0 30 1C F 14F 3A 41
Octal 331 160 234 0 60 34 17 517 72 101
Binary 11011001 1110000 10011100 0 110000 11100 1111 101001111 111010 1000001

Color Harmonies of #D9709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9709C

Black with #D9709C

Text Example


Text Example

White with #D9709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9709C; }

 p { color: rgb(217,112,156); }

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

background-color css

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

 a { background-color: rgb(217,112,156); }

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

border-color css

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

 span { border-color: rgb(217,112,156); }

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