#D26A87

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

Shades of Charm #D26A87

Tints of Charm #D26A87

Color information

#D26A87 (or 0xD26A87) is unknown color: approx Charm. HEX triplet: D2, 6A and 87. RGB value is (210,106,135). Sum of RGB (Red+Green+Blue) = 210+106+135=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26A87 is #2D9578. Grayscale: #8C8C8C. Windows color (decimal): -2987385 or 8874706. OLE color: 8874706.

HSL color Cylindrical-coordinate representation of color #D26A87: hue angle of 343.27º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26A87 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB210106135-
CMYK00.500.360.18
HSL343.27º53.61%61.96%-
HSV(B)343.27º49.52%82.35%-
XYZ36.1125.7625.99-
YUV140.4124.96177.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.56%
GREEN value IS 106 (41.80% from 255) = 23.50%
BLUE value IS 135 (53.12% from 255) = 29.93%
R=46.56%
G=23.50%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010613500.500.360.18343.2753.6161.96
HexD26A870322412157363e
Octal32215220706244225276676
Binary11010010110101010000111011001010010010010101010111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26A87; }

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

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

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

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

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

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

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

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