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