#D27086

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

Shades of Charm #D27086

Tints of Charm #D27086

Color information

#D27086 (or 0xD27086) is unknown color: approx Charm. HEX triplet: D2, 70 and 86. RGB value is (210,112,134). Sum of RGB (Red+Green+Blue) = 210+112+134=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D27086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27086 is #2D8F79. Grayscale: #8F8F8F. Windows color (decimal): -2985850 or 8810706. OLE color: 8810706.

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

Color convert

RGB210112134-
CMYK00.470.360.18
HSL346.53º52.13%63.14%-
HSV(B)346.53º46.67%82.35%-
XYZ36.6827.0125.83-
YUV143.81122.47175.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.05%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 134 (52.73% from 255) = 29.39%
R=46.05%
G=24.56%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011213400.470.360.18346.5352.1363.14
HexD2708602F241215b343f
Octal32216020605744225336477
Binary11010010111000010000110010111110010010010101011011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27086; }

 p { color: rgb(210,112,134); }

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

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

 a { background-color: rgb(210,112,134); }

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

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

 span { border-color: rgb(210,112,134); }

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