Shades of Charm #D26E7E
Tints of Charm #D26E7E
RGB
CMYK
RGB Variations
Color information
#D26E7E (or 0xD26E7E) is known color: Charm. HEX triplet: D2, 6E and 7E. RGB value is (210,110,126). Sum of RGB (Red+Green+Blue) = 210+110+126=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26E7E is #2D9181. Grayscale: #8D8D8D. Windows color (decimal): -2986370 or 8285906. OLE color: 8285906.
HSL color Cylindrical-coordinate representation of color #D26E7E: hue angle of 350.4º 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 #D26E7E is Cyan = 0, Magento = 0.48, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 126 | - |
| CMYK | 0 | 0.48 | 0.4 | 0.18 |
| HSL | 350.4º | 0.53% | 0.63% | - |
| HSV(B) | 350.4º | 0.48% | 0.82% | - |
| XYZ | 35.92 | 26.36 | 22.93 | - |
| YUV | 141.72 | 119.13 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 126 | 0 | 0.48 | 0.4 | 0.18 | 350.4 | 0.53 | 0.63 |
| Hex | D2 | 6E | 7E | 0 | 30 | 28 | 12 | 15E | 35 | 3F |
| Octal | 322 | 156 | 176 | 0 | 60 | 50 | 22 | 536 | 65 | 77 |
| Binary | 11010010 | 1101110 | 1111110 | 0 | 110000 | 101000 | 10010 | 101011110 | 110101 | 111111 |
Color Harmonies of #D26E7E
Complementary color
Monochromatic Colors of #D26E7E
Black with #D26E7E
Text Example
Text Example
White with #D26E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26E7E; }
p { color: rgb(210,110,126); }
H1.HeaderClassName
{
color: #D26E7E;
}
.AnyTagClassName
{
color: #D26E7E;
}
</style>
background-color css
<style>
a { background-color: #D26E7E; }
a { background-color: rgb(210,110,126); }
div.DivClassName
{
background-color: #D26E7E;
}
.BgClassName
{
background-color: #D26E7E;
}
</style>
border-color css
<style>
span { border-color: #D26E7E; }
span { border-color: rgb(210,110,126); }
td.TdClassName
{
border-color: #D26E7E;
}
.TagClassName
{
border-color: #D26E7E;
}
</style>