#D27E82

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

Shades of Charm #D27E82

Tints of Charm #D27E82

Color information

#D27E82 (or 0xD27E82) is unknown color: approx Charm. HEX triplet: D2, 7E and 82. RGB value is (210,126,130). Sum of RGB (Red+Green+Blue) = 210+126+130=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27E82 is #2D817D. Grayscale: #979797. Windows color (decimal): -2982270 or 8552146. OLE color: 8552146.

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

Color convert

RGB210126130-
CMYK00.40.380.18
HSL357.14º48.28%65.88%-
HSV(B)357.14º40%82.35%-
XYZ38.0730.2424.95-
YUV151.57115.83169.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.06%
GREEN value IS 126 (49.61% from 255) = 27.04%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=45.06%
G=27.04%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012613000.40.380.18357.1448.2865.88
HexD27E8202826121653042
Octal322176202050462254560102
Binary110100101111110100000100101000100110100101011001011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27E82; }

 p { color: rgb(210,126,130); }

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

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

 a { background-color: rgb(210,126,130); }

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

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

 span { border-color: rgb(210,126,130); }

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