#D8708F

Color #D8708F Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D8708F

Tints of Pale Violet Red #D8708F

Color information

#D8708F (or 0xD8708F) is unknown color: approx 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

RGB216112143-
CMYK00.480.340.15
HSL342.12º57.14%64.31%-
HSV(B)342.12º48.15%84.71%-
XYZ39.0728.1729.36-
YUV146.63125.96177.48-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611214300.480.340.15342.1257.1464.31
HexD8708F03022F1563940
Octal330160217060421752671100
Binary11011000111000010001111011000010001011111010101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>