Html Css Color HEX #D9708C Pale Violet Red

📋 copy color: '#D9708C'

red 217 ◦ green 112 ◦ blue 140

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

Shades of Pale Violet Red #D9708C

Tints of Pale Violet Red #D9708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.85%

R = 46.27%
G = 23.88%
B = 29.85%

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

#D9708C (or 0xD9708C) is known color: Pale Violet Red. HEX triplet: D9, 70 and 8C. RGB value is (217,112,140). Sum of RGB (Red+Green+Blue) = 217+112+140=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9708C is #268F73. Grayscale: #929292. Windows color (decimal): -2527092 or 9203929. OLE color: 9203929.

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

Color convert

RGB 217 112 140 -
CMYK 0 0.48 0.35 0.15
HSL 344º 0.58% 0.65% -
HSV(B) 344º 0.48% 0.85% -
XYZ 39.14 28.23 28.2 -
YUV 146.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 217 112 140 0 0.48 0.35 0.15 344 0.58 0.65
Hex D9 70 8C 0 30 23 F 158 3A 41
Octal 331 160 214 0 60 43 17 530 72 101
Binary 11011001 1110000 10001100 0 110000 100011 1111 101011000 111010 1000001

Color Harmonies of #D9708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9708C

Black with #D9708C

Text Example


Text Example

White with #D9708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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