#D27186

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

Shades of Charm #D27186

Tints of Charm #D27186

Color information

#D27186 (or 0xD27186) is unknown color: approx Charm. HEX triplet: D2, 71 and 86. RGB value is (210,113,134). Sum of RGB (Red+Green+Blue) = 210+113+134=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D27186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27186 is #2D8E79. Grayscale: #909090. Windows color (decimal): -2985594 or 8810962. OLE color: 8810962.

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

Color convert

RGB210113134-
CMYK00.460.360.18
HSL347.01º51.87%63.33%-
HSV(B)347.01º46.19%82.35%-
XYZ36.7927.2325.87-
YUV144.4122.14174.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.95%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=45.95%
G=24.73%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011313400.460.360.18347.0151.8763.33
HexD2718602E241215b343f
Octal32216120605644225336477
Binary11010010111000110000110010111010010010010101011011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27186; }

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

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

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

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

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

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

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

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