Shades of Charm #D26980
Tints of Charm #D26980
RGB
CMYK
RGB Variations
Color information
#D26980 (or 0xD26980) is known color: Charm. HEX triplet: D2, 69 and 80. RGB value is (210,105,128). Sum of RGB (Red+Green+Blue) = 210+105+128=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D26980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26980 is #2D967F. Grayscale: #8B8B8B. Windows color (decimal): -2987648 or 8415698. OLE color: 8415698.
HSL color Cylindrical-coordinate representation of color #D26980: hue angle of 346.86º 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 #D26980 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 128 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.18 |
| HSL | 346.86º | 0.54% | 0.62% | - |
| HSV(B) | 346.86º | 0.5% | 0.82% | - |
| XYZ | 35.53 | 25.36 | 23.45 | - |
| YUV | 139.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 128 | 0 | 0.50 | 0.39 | 0.18 | 346.86 | 0.54 | 0.62 |
| Hex | D2 | 69 | 80 | 0 | 32 | 27 | 12 | 15B | 36 | 3E |
| Octal | 322 | 151 | 200 | 0 | 62 | 47 | 22 | 533 | 66 | 76 |
| Binary | 11010010 | 1101001 | 10000000 | 0 | 110010 | 100111 | 10010 | 101011011 | 110110 | 111110 |
Color Harmonies of #D26980
Complementary color
Monochromatic Colors of #D26980
Black with #D26980
Text Example
Text Example
White with #D26980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26980; }
p { color: rgb(210,105,128); }
H1.HeaderClassName
{
color: #D26980;
}
.AnyTagClassName
{
color: #D26980;
}
</style>
background-color css
<style>
a { background-color: #D26980; }
a { background-color: rgb(210,105,128); }
div.DivClassName
{
background-color: #D26980;
}
.BgClassName
{
background-color: #D26980;
}
</style>
border-color css
<style>
span { border-color: #D26980; }
span { border-color: rgb(210,105,128); }
td.TdClassName
{
border-color: #D26980;
}
.TagClassName
{
border-color: #D26980;
}
</style>