Html Css Color HEX #D8708F Pale Violet Red

📋 copy color: '#D8708F'

red 216 ◦ green 112 ◦ blue 143

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

Shades of Pale Violet Red #D8708F

Tints of Pale Violet Red #D8708F

RGB

 RED value IS 216 (84.77% from 255) = 45.86%

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

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

R = 45.86%
G = 23.78%
B = 30.36%

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

#D8708F (or 0xD8708F) is known color: Pale Violet Red. HEX triplet: D8, 70 and 8F. RGB value is (216,112,143). Sum of RGB (Red+Green+Blue) = 216+112+143=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8708F is #278F70. Grayscale: #929292. Windows color (decimal): -2592625 or 9400536. OLE color: 9400536.

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

Color convert

RGB 216 112 143 -
CMYK 0 0.48 0.34 0.15
HSL 342.12º 0.57% 0.64% -
HSV(B) 342.12º 0.48% 0.85% -
XYZ 39.07 28.17 29.36 -
YUV 146.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 216 112 143 0 0.48 0.34 0.15 342.12 0.57 0.64
Hex D8 70 8F 0 30 22 F 156 39 40
Octal 330 160 217 0 60 42 17 526 71 100
Binary 11011000 1110000 10001111 0 110000 100010 1111 101010110 111001 1000000

Color Harmonies of #D8708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8708F

Black with #D8708F

Text Example


Text Example

White with #D8708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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