#D2818E

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

Shades of Charm #D2818E

Tints of Charm #D2818E

Color information

#D2818E (or 0xD2818E) is unknown color: approx Charm. HEX triplet: D2, 81 and 8E. RGB value is (210,129,142). Sum of RGB (Red+Green+Blue) = 210+129+142=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2818E is #2D7E71. Grayscale: #9A9A9A. Windows color (decimal): -2981490 or 9339346. OLE color: 9339346.

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

Color convert

RGB210129142-
CMYK00.390.320.18
HSL350.37º47.37%66.47%-
HSV(B)350.37º38.57%82.35%-
XYZ39.3131.3629.57-
YUV154.7120.84167.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=43.66%
G=26.82%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012914200.390.320.18350.3747.3766.47
HexD2818E027201215e2f42
Octal322201216047402253657102
Binary1101001010000001100011100100111100000100101010111101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2818E; }

 p { color: rgb(210,129,142); }

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

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

 a { background-color: rgb(210,129,142); }

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

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

 span { border-color: rgb(210,129,142); }

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