Html Css Color HEX #D9709A Pale Violet Red

📋 copy color: '#D9709A'

red 217 ◦ green 112 ◦ blue 154

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

Shades of Pale Violet Red #D9709A

Tints of Pale Violet Red #D9709A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.88%

R = 44.93%
G = 23.19%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9709A (or 0xD9709A) is known color: Pale Violet Red. HEX triplet: D9, 70 and 9A. RGB value is (217,112,154). Sum of RGB (Red+Green+Blue) = 217+112+154=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9709A is #268F65. Grayscale: #949494. Windows color (decimal): -2527078 or 10121433. OLE color: 10121433.

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

Color convert

RGB 217 112 154 -
CMYK 0 0.48 0.29 0.15
HSL 336º 0.58% 0.65% -
HSV(B) 336º 0.48% 0.85% -
XYZ 40.24 28.67 33.99 -
YUV 148.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 217 112 154 0 0.48 0.29 0.15 336 0.58 0.65
Hex D9 70 9A 0 30 1D F 150 3A 41
Octal 331 160 232 0 60 35 17 520 72 101
Binary 11011001 1110000 10011010 0 110000 11101 1111 101010000 111010 1000001

Color Harmonies of #D9709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9709A

Black with #D9709A

Text Example


Text Example

White with #D9709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9709A; }

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

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

background-color css

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

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

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

border-color css

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

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

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