#D26A89

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

Shades of Charm #D26A89

Tints of Charm #D26A89

Color information

#D26A89 (or 0xD26A89) is unknown color: approx Charm. HEX triplet: D2, 6A and 89. RGB value is (210,106,137). Sum of RGB (Red+Green+Blue) = 210+106+137=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26A89 is #2D9576. Grayscale: #8C8C8C. Windows color (decimal): -2987383 or 9005778. OLE color: 9005778.

HSL color Cylindrical-coordinate representation of color #D26A89: hue angle of 342.12º 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 #D26A89 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB210106137-
CMYK00.500.350.18
HSL342.12º53.61%61.96%-
HSV(B)342.12º49.52%82.35%-
XYZ36.2525.8226.74-
YUV140.63125.96177.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.36%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 137 (53.91% from 255) = 30.24%
R=46.36%
G=23.40%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010613700.500.350.18342.1253.6161.96
HexD26A890322312156363e
Octal32215221106243225266676
Binary11010010110101010001001011001010001110010101010110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26A89; }

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

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

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

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

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

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

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

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