Shades of Charm #D26E7C
Tints of Charm #D26E7C
RGB
CMYK
RGB Variations
Color information
#D26E7C (or 0xD26E7C) is known color: Charm. HEX triplet: D2, 6E and 7C. RGB value is (210,110,124). Sum of RGB (Red+Green+Blue) = 210+110+124=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26E7C is #2D9183. Grayscale: #8D8D8D. Windows color (decimal): -2986372 or 8154834. OLE color: 8154834.
HSL color Cylindrical-coordinate representation of color #D26E7C: hue angle of 351.6º 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 #D26E7C is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 124 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.18 |
| HSL | 351.6º | 0.53% | 0.63% | - |
| HSV(B) | 351.6º | 0.48% | 0.82% | - |
| XYZ | 35.79 | 26.31 | 22.26 | - |
| YUV | 141.5 | 118.13 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 124 | 0 | 0.48 | 0.41 | 0.18 | 351.6 | 0.53 | 0.63 |
| Hex | D2 | 6E | 7C | 0 | 30 | 29 | 12 | 160 | 35 | 3F |
| Octal | 322 | 156 | 174 | 0 | 60 | 51 | 22 | 540 | 65 | 77 |
| Binary | 11010010 | 1101110 | 1111100 | 0 | 110000 | 101001 | 10010 | 101100000 | 110101 | 111111 |
Color Harmonies of #D26E7C
Complementary color
Monochromatic Colors of #D26E7C
Black with #D26E7C
Text Example
Text Example
White with #D26E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26E7C; }
p { color: rgb(210,110,124); }
H1.HeaderClassName
{
color: #D26E7C;
}
.AnyTagClassName
{
color: #D26E7C;
}
</style>
background-color css
<style>
a { background-color: #D26E7C; }
a { background-color: rgb(210,110,124); }
div.DivClassName
{
background-color: #D26E7C;
}
.BgClassName
{
background-color: #D26E7C;
}
</style>
border-color css
<style>
span { border-color: #D26E7C; }
span { border-color: rgb(210,110,124); }
td.TdClassName
{
border-color: #D26E7C;
}
.TagClassName
{
border-color: #D26E7C;
}
</style>