Shades of Charm #D26889
Tints of Charm #D26889
RGB
CMYK
RGB Variations
Color information
#D26889 (or 0xD26889) is known color: Charm. HEX triplet: D2, 68 and 89. RGB value is (210,104,137). Sum of RGB (Red+Green+Blue) = 210+104+137=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D26889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26889 is #2D9776. Grayscale: #8B8B8B. Windows color (decimal): -2987895 or 9005266. OLE color: 9005266.
HSL color Cylindrical-coordinate representation of color #D26889: hue angle of 341.32º 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 #D26889 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 137 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.18 |
| HSL | 341.32º | 0.54% | 0.62% | - |
| HSV(B) | 341.32º | 0.5% | 0.82% | - |
| XYZ | 36.04 | 25.41 | 26.67 | - |
| YUV | 139.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 137 | 0 | 0.50 | 0.35 | 0.18 | 341.32 | 0.54 | 0.62 |
| Hex | D2 | 68 | 89 | 0 | 32 | 23 | 12 | 155 | 36 | 3E |
| Octal | 322 | 150 | 211 | 0 | 62 | 43 | 22 | 525 | 66 | 76 |
| Binary | 11010010 | 1101000 | 10001001 | 0 | 110010 | 100011 | 10010 | 101010101 | 110110 | 111110 |
Color Harmonies of #D26889
Complementary color
Monochromatic Colors of #D26889
Black with #D26889
Text Example
Text Example
White with #D26889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26889; }
p { color: rgb(210,104,137); }
H1.HeaderClassName
{
color: #D26889;
}
.AnyTagClassName
{
color: #D26889;
}
</style>
background-color css
<style>
a { background-color: #D26889; }
a { background-color: rgb(210,104,137); }
div.DivClassName
{
background-color: #D26889;
}
.BgClassName
{
background-color: #D26889;
}
</style>
border-color css
<style>
span { border-color: #D26889; }
span { border-color: rgb(210,104,137); }
td.TdClassName
{
border-color: #D26889;
}
.TagClassName
{
border-color: #D26889;
}
</style>