Shades of Charm #D26D7D
Tints of Charm #D26D7D
RGB
CMYK
RGB Variations
Color information
#D26D7D (or 0xD26D7D) is known color: Charm. HEX triplet: D2, 6D and 7D. RGB value is (210,109,125). Sum of RGB (Red+Green+Blue) = 210+109+125=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26D7D is #2D9282. Grayscale: #8D8D8D. Windows color (decimal): -2986627 or 8220114. OLE color: 8220114.
HSL color Cylindrical-coordinate representation of color #D26D7D: hue angle of 350.5º 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 #D26D7D is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 125 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.18 |
| HSL | 350.5º | 0.53% | 0.63% | - |
| HSV(B) | 350.5º | 0.48% | 0.82% | - |
| XYZ | 35.75 | 26.12 | 22.56 | - |
| YUV | 141.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 125 | 0 | 0.48 | 0.40 | 0.18 | 350.5 | 0.53 | 0.63 |
| Hex | D2 | 6D | 7D | 0 | 30 | 28 | 12 | 15E | 35 | 3F |
| Octal | 322 | 155 | 175 | 0 | 60 | 50 | 22 | 536 | 65 | 77 |
| Binary | 11010010 | 1101101 | 1111101 | 0 | 110000 | 101000 | 10010 | 101011110 | 110101 | 111111 |
Color Harmonies of #D26D7D
Complementary color
Monochromatic Colors of #D26D7D
Black with #D26D7D
Text Example
Text Example
White with #D26D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26D7D; }
p { color: rgb(210,109,125); }
H1.HeaderClassName
{
color: #D26D7D;
}
.AnyTagClassName
{
color: #D26D7D;
}
</style>
background-color css
<style>
a { background-color: #D26D7D; }
a { background-color: rgb(210,109,125); }
div.DivClassName
{
background-color: #D26D7D;
}
.BgClassName
{
background-color: #D26D7D;
}
</style>
border-color css
<style>
span { border-color: #D26D7D; }
span { border-color: rgb(210,109,125); }
td.TdClassName
{
border-color: #D26D7D;
}
.TagClassName
{
border-color: #D26D7D;
}
</style>