Shades of Charm #D26982
Tints of Charm #D26982
RGB
CMYK
RGB Variations
Color information
#D26982 (or 0xD26982) is known color: Charm. HEX triplet: D2, 69 and 82. RGB value is (210,105,130). Sum of RGB (Red+Green+Blue) = 210+105+130=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D26982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26982 is #2D967D. Grayscale: #8B8B8B. Windows color (decimal): -2987646 or 8546770. OLE color: 8546770.
HSL color Cylindrical-coordinate representation of color #D26982: hue angle of 345.71º 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 #D26982 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 130 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.18 |
| HSL | 345.71º | 0.54% | 0.62% | - |
| HSV(B) | 345.71º | 0.5% | 0.82% | - |
| XYZ | 35.66 | 25.42 | 24.15 | - |
| YUV | 139.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 130 | 0 | 0.50 | 0.38 | 0.18 | 345.71 | 0.54 | 0.62 |
| Hex | D2 | 69 | 82 | 0 | 32 | 26 | 12 | 15A | 36 | 3E |
| Octal | 322 | 151 | 202 | 0 | 62 | 46 | 22 | 532 | 66 | 76 |
| Binary | 11010010 | 1101001 | 10000010 | 0 | 110010 | 100110 | 10010 | 101011010 | 110110 | 111110 |
Color Harmonies of #D26982
Complementary color
Monochromatic Colors of #D26982
Black with #D26982
Text Example
Text Example
White with #D26982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26982; }
p { color: rgb(210,105,130); }
H1.HeaderClassName
{
color: #D26982;
}
.AnyTagClassName
{
color: #D26982;
}
</style>
background-color css
<style>
a { background-color: #D26982; }
a { background-color: rgb(210,105,130); }
div.DivClassName
{
background-color: #D26982;
}
.BgClassName
{
background-color: #D26982;
}
</style>
border-color css
<style>
span { border-color: #D26982; }
span { border-color: rgb(210,105,130); }
td.TdClassName
{
border-color: #D26982;
}
.TagClassName
{
border-color: #D26982;
}
</style>