Shades of Charm #D26D83
Tints of Charm #D26D83
RGB
CMYK
RGB Variations
Color information
#D26D83 (or 0xD26D83) is known color: Charm. HEX triplet: D2, 6D and 83. RGB value is (210,109,131). Sum of RGB (Red+Green+Blue) = 210+109+131=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26D83 is #2D927C. Grayscale: #8D8D8D. Windows color (decimal): -2986621 or 8613330. OLE color: 8613330.
HSL color Cylindrical-coordinate representation of color #D26D83: hue angle of 346.93º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26D83 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 131 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.18 |
| HSL | 346.93º | 0.53% | 0.63% | - |
| HSV(B) | 346.93º | 0.48% | 0.82% | - |
| XYZ | 36.14 | 26.28 | 24.64 | - |
| YUV | 141.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 131 | 0 | 0.48 | 0.38 | 0.18 | 346.93 | 0.53 | 0.63 |
| Hex | D2 | 6D | 83 | 0 | 30 | 26 | 12 | 15B | 35 | 3F |
| Octal | 322 | 155 | 203 | 0 | 60 | 46 | 22 | 533 | 65 | 77 |
| Binary | 11010010 | 1101101 | 10000011 | 0 | 110000 | 100110 | 10010 | 101011011 | 110101 | 111111 |
Color Harmonies of #D26D83
Complementary color
Monochromatic Colors of #D26D83
Black with #D26D83
Text Example
Text Example
White with #D26D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26D83; }
p { color: rgb(210,109,131); }
H1.HeaderClassName
{
color: #D26D83;
}
.AnyTagClassName
{
color: #D26D83;
}
</style>
background-color css
<style>
a { background-color: #D26D83; }
a { background-color: rgb(210,109,131); }
div.DivClassName
{
background-color: #D26D83;
}
.BgClassName
{
background-color: #D26D83;
}
</style>
border-color css
<style>
span { border-color: #D26D83; }
span { border-color: rgb(210,109,131); }
td.TdClassName
{
border-color: #D26D83;
}
.TagClassName
{
border-color: #D26D83;
}
</style>