Shades of Charm #D26C83
Tints of Charm #D26C83
RGB
CMYK
RGB Variations
Color information
#D26C83 (or 0xD26C83) is known color: Charm. HEX triplet: D2, 6C and 83. RGB value is (210,108,131). Sum of RGB (Red+Green+Blue) = 210+108+131=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26C83 is #2D937C. Grayscale: #8D8D8D. Windows color (decimal): -2986877 or 8613074. OLE color: 8613074.
HSL color Cylindrical-coordinate representation of color #D26C83: hue angle of 346.47º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26C83 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 131 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.18 |
| HSL | 346.47º | 0.53% | 0.62% | - |
| HSV(B) | 346.47º | 0.49% | 0.82% | - |
| XYZ | 36.04 | 26.07 | 24.6 | - |
| YUV | 141.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 131 | 0 | 0.49 | 0.38 | 0.18 | 346.47 | 0.53 | 0.62 |
| Hex | D2 | 6C | 83 | 0 | 31 | 26 | 12 | 15A | 35 | 3E |
| Octal | 322 | 154 | 203 | 0 | 61 | 46 | 22 | 532 | 65 | 76 |
| Binary | 11010010 | 1101100 | 10000011 | 0 | 110001 | 100110 | 10010 | 101011010 | 110101 | 111110 |
Color Harmonies of #D26C83
Complementary color
Monochromatic Colors of #D26C83
Black with #D26C83
Text Example
Text Example
White with #D26C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C83; }
p { color: rgb(210,108,131); }
H1.HeaderClassName
{
color: #D26C83;
}
.AnyTagClassName
{
color: #D26C83;
}
</style>
background-color css
<style>
a { background-color: #D26C83; }
a { background-color: rgb(210,108,131); }
div.DivClassName
{
background-color: #D26C83;
}
.BgClassName
{
background-color: #D26C83;
}
</style>
border-color css
<style>
span { border-color: #D26C83; }
span { border-color: rgb(210,108,131); }
td.TdClassName
{
border-color: #D26C83;
}
.TagClassName
{
border-color: #D26C83;
}
</style>