#D26E87

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

Shades of Charm #D26E87

Tints of Charm #D26E87

Color information

#D26E87 (or 0xD26E87) is unknown color: approx Charm. HEX triplet: D2, 6E and 87. RGB value is (210,110,135). Sum of RGB (Red+Green+Blue) = 210+110+135=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26E87 is #2D9178. Grayscale: #8E8E8E. Windows color (decimal): -2986361 or 8875730. OLE color: 8875730.

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

Color convert

RGB210110135-
CMYK00.480.360.18
HSL345º52.63%62.75%-
HSV(B)345º47.62%82.35%-
XYZ36.5326.626.13-
YUV142.75123.63175.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.15%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 135 (53.12% from 255) = 29.67%
R=46.15%
G=24.18%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011013500.480.360.1834552.6362.75
HexD26E870302412159353f
Octal32215620706044225316577
Binary11010010110111010000111011000010010010010101011001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26E87; }

 p { color: rgb(210,110,135); }

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

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

 a { background-color: rgb(210,110,135); }

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

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

 span { border-color: rgb(210,110,135); }

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