#D4708E

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

Shades of Charm #D4708E

Tints of Charm #D4708E

Color information

#D4708E (or 0xD4708E) is unknown color: approx Charm. HEX triplet: D4, 70 and 8E. RGB value is (212,112,142). Sum of RGB (Red+Green+Blue) = 212+112+142=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D4708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4708E is #2B8F71. Grayscale: #919191. Windows color (decimal): -2854770 or 9334996. OLE color: 9334996.

HSL color Cylindrical-coordinate representation of color #D4708E: hue angle of 342º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4708E is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB212112142-
CMYK00.470.330.17
HSL342º53.76%63.53%-
HSV(B)342º47.17%83.14%-
XYZ37.8327.5428.91-
YUV145.32126.13175.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.49%
GREEN value IS 112 (44.14% from 255) = 24.03%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=45.49%
G=24.03%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211214200.470.330.1734253.7663.53
HexD4708E02F21111563640
Octal324160216057412152666100
Binary110101001110000100011100101111100001100011010101101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4708E; }

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

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

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

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

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

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

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

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