Html Css Color HEX #D9708E Pale Violet Red

📋 copy color: '#D9708E'

red 217 ◦ green 112 ◦ blue 142

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

Shades of Pale Violet Red #D9708E

Tints of Pale Violet Red #D9708E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.15%

R = 46.07%
G = 23.78%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9708E (or 0xD9708E) is known color: Pale Violet Red. HEX triplet: D9, 70 and 8E. RGB value is (217,112,142). Sum of RGB (Red+Green+Blue) = 217+112+142=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9708E is #268F71. Grayscale: #929292. Windows color (decimal): -2527090 or 9335001. OLE color: 9335001.

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

Color convert

RGB 217 112 142 -
CMYK 0 0.48 0.35 0.15
HSL 342.86º 0.58% 0.65% -
HSV(B) 342.86º 0.48% 0.85% -
XYZ 39.29 28.29 28.98 -
YUV 146.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 217 112 142 0 0.48 0.35 0.15 342.86 0.58 0.65
Hex D9 70 8E 0 30 23 F 157 3A 41
Octal 331 160 216 0 60 43 17 527 72 101
Binary 11011001 1110000 10001110 0 110000 100011 1111 101010111 111010 1000001

Color Harmonies of #D9708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9708E

Black with #D9708E

Text Example


Text Example

White with #D9708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9708E; }

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

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

background-color css

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

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

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

border-color css

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

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

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