#D4718E

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

Shades of Charm #D4718E

Tints of Charm #D4718E

Color information

#D4718E (or 0xD4718E) is unknown color: approx Charm. HEX triplet: D4, 71 and 8E. RGB value is (212,113,142). Sum of RGB (Red+Green+Blue) = 212+113+142=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4718E is #2B8E71. Grayscale: #919191. Windows color (decimal): -2854514 or 9335252. OLE color: 9335252.

HSL color Cylindrical-coordinate representation of color #D4718E: hue angle of 342.42º 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 #D4718E is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB212113142-
CMYK00.470.330.17
HSL342.42º53.51%63.73%-
HSV(B)342.42º46.7%83.14%-
XYZ37.9427.7628.95-
YUV145.91125.8175.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=45.40%
G=24.20%
B=30.41%

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
Decimal21211314200.470.330.17342.4253.5163.73
HexD4718E02F21111563640
Octal324161216057412152666100
Binary110101001110001100011100101111100001100011010101101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4718E; }

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

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

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

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

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

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

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

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