Html Css Color HEX #D9708F Pale Violet Red

📋 copy color: '#D9708F'

red 217 ◦ green 112 ◦ blue 143

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

Shades of Pale Violet Red #D9708F

Tints of Pale Violet Red #D9708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.3%

R = 45.97%
G = 23.73%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9708F (or 0xD9708F) is known color: Pale Violet Red. HEX triplet: D9, 70 and 8F. RGB value is (217,112,143). Sum of RGB (Red+Green+Blue) = 217+112+143=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9708F is #268F70. Grayscale: #929292. Windows color (decimal): -2527089 or 9400537. OLE color: 9400537.

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

Color convert

RGB 217 112 143 -
CMYK 0 0.48 0.34 0.15
HSL 342.29º 0.58% 0.65% -
HSV(B) 342.29º 0.48% 0.85% -
XYZ 39.37 28.32 29.38 -
YUV 146.93 125.79 177.98 -
System Red Green Blue C M Y K H S L
Decimal 217 112 143 0 0.48 0.34 0.15 342.29 0.58 0.65
Hex D9 70 8F 0 30 22 F 156 3A 41
Octal 331 160 217 0 60 42 17 526 72 101
Binary 11011001 1110000 10001111 0 110000 100010 1111 101010110 111010 1000001

Color Harmonies of #D9708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9708F

Black with #D9708F

Text Example


Text Example

White with #D9708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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