#D0708E

Color #D0708E Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D0708E

Tints of Charm #D0708E

Color information

#D0708E (or 0xD0708E) is unknown color: approx Charm. HEX triplet: D0, 70 and 8E. RGB value is (208,112,142). Sum of RGB (Red+Green+Blue) = 208+112+142=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0708E is #2F8F71. Grayscale: #909090. Windows color (decimal): -3116914 or 9334992. OLE color: 9334992.

HSL color Cylindrical-coordinate representation of color #D0708E: hue angle of 341.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0708E is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB208112142-
CMYK00.460.320.18
HSL341.25º50.53%62.75%-
HSV(B)341.25º46.15%81.57%-
XYZ36.6926.9528.86-
YUV144.12126.8173.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.02%
GREEN value IS 112 (44.14% from 255) = 24.24%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=45.02%
G=24.24%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811214200.460.320.18341.2550.5362.75
HexD0708E02E2012155333f
Octal32016021605640225256377
Binary11010000111000010001110010111010000010010101010101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0708E; }

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

 H1.HeaderClassName
 {
   color: #D0708E;
 }
 .AnyTagClassName
 {
   color: #D0708E;
 }
</style>
background-color css

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

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

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

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

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

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