Shades of Charm #D26A83
Tints of Charm #D26A83
RGB
CMYK
RGB Variations
Color information
#D26A83 (or 0xD26A83) is known color: Charm. HEX triplet: D2, 6A and 83. RGB value is (210,106,131). Sum of RGB (Red+Green+Blue) = 210+106+131=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26A83 is #2D957C. Grayscale: #8B8B8B. Windows color (decimal): -2987389 or 8612562. OLE color: 8612562.
HSL color Cylindrical-coordinate representation of color #D26A83: hue angle of 345.58º 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 #D26A83 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 131 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.18 |
| HSL | 345.58º | 0.54% | 0.62% | - |
| HSV(B) | 345.58º | 0.5% | 0.82% | - |
| XYZ | 35.83 | 25.65 | 24.53 | - |
| YUV | 139.95 | 122.96 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 131 | 0 | 0.50 | 0.38 | 0.18 | 345.58 | 0.54 | 0.62 |
| Hex | D2 | 6A | 83 | 0 | 32 | 26 | 12 | 15A | 36 | 3E |
| Octal | 322 | 152 | 203 | 0 | 62 | 46 | 22 | 532 | 66 | 76 |
| Binary | 11010010 | 1101010 | 10000011 | 0 | 110010 | 100110 | 10010 | 101011010 | 110110 | 111110 |
Color Harmonies of #D26A83
Complementary color
Monochromatic Colors of #D26A83
Black with #D26A83
Text Example
Text Example
White with #D26A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A83; }
p { color: rgb(210,106,131); }
H1.HeaderClassName
{
color: #D26A83;
}
.AnyTagClassName
{
color: #D26A83;
}
</style>
background-color css
<style>
a { background-color: #D26A83; }
a { background-color: rgb(210,106,131); }
div.DivClassName
{
background-color: #D26A83;
}
.BgClassName
{
background-color: #D26A83;
}
</style>
border-color css
<style>
span { border-color: #D26A83; }
span { border-color: rgb(210,106,131); }
td.TdClassName
{
border-color: #D26A83;
}
.TagClassName
{
border-color: #D26A83;
}
</style>