Shades of Charm #D26983
Tints of Charm #D26983
RGB
CMYK
RGB Variations
Color information
#D26983 (or 0xD26983) is known color: Charm. HEX triplet: D2, 69 and 83. RGB value is (210,105,131). Sum of RGB (Red+Green+Blue) = 210+105+131=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D26983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26983 is #2D967C. Grayscale: #8B8B8B. Windows color (decimal): -2987645 or 8612306. OLE color: 8612306.
HSL color Cylindrical-coordinate representation of color #D26983: hue angle of 345.14º 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 #D26983 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 131 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.18 |
| HSL | 345.14º | 0.54% | 0.62% | - |
| HSV(B) | 345.14º | 0.5% | 0.82% | - |
| XYZ | 35.73 | 25.44 | 24.5 | - |
| YUV | 139.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 131 | 0 | 0.50 | 0.38 | 0.18 | 345.14 | 0.54 | 0.62 |
| Hex | D2 | 69 | 83 | 0 | 32 | 26 | 12 | 159 | 36 | 3E |
| Octal | 322 | 151 | 203 | 0 | 62 | 46 | 22 | 531 | 66 | 76 |
| Binary | 11010010 | 1101001 | 10000011 | 0 | 110010 | 100110 | 10010 | 101011001 | 110110 | 111110 |
Color Harmonies of #D26983
Complementary color
Monochromatic Colors of #D26983
Black with #D26983
Text Example
Text Example
White with #D26983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26983; }
p { color: rgb(210,105,131); }
H1.HeaderClassName
{
color: #D26983;
}
.AnyTagClassName
{
color: #D26983;
}
</style>
background-color css
<style>
a { background-color: #D26983; }
a { background-color: rgb(210,105,131); }
div.DivClassName
{
background-color: #D26983;
}
.BgClassName
{
background-color: #D26983;
}
</style>
border-color css
<style>
span { border-color: #D26983; }
span { border-color: rgb(210,105,131); }
td.TdClassName
{
border-color: #D26983;
}
.TagClassName
{
border-color: #D26983;
}
</style>