Shades of Charm #D26E8B
Tints of Charm #D26E8B
RGB
CMYK
RGB Variations
Color information
#D26E8B (or 0xD26E8B) is known color: Charm. HEX triplet: D2, 6E and 8B. RGB value is (210,110,139). Sum of RGB (Red+Green+Blue) = 210+110+139=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26E8B is #2D9174. Grayscale: #8F8F8F. Windows color (decimal): -2986357 or 9137874. OLE color: 9137874.
HSL color Cylindrical-coordinate representation of color #D26E8B: hue angle of 342.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 #D26E8B is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 139 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.18 |
| HSL | 342.6º | 0.53% | 0.63% | - |
| HSV(B) | 342.6º | 0.48% | 0.82% | - |
| XYZ | 36.81 | 26.72 | 27.64 | - |
| YUV | 143.21 | 125.63 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 139 | 0 | 0.48 | 0.34 | 0.18 | 342.6 | 0.53 | 0.63 |
| Hex | D2 | 6E | 8B | 0 | 30 | 22 | 12 | 157 | 35 | 3F |
| Octal | 322 | 156 | 213 | 0 | 60 | 42 | 22 | 527 | 65 | 77 |
| Binary | 11010010 | 1101110 | 10001011 | 0 | 110000 | 100010 | 10010 | 101010111 | 110101 | 111111 |
Color Harmonies of #D26E8B
Complementary color
Monochromatic Colors of #D26E8B
Black with #D26E8B
Text Example
Text Example
White with #D26E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26E8B; }
p { color: rgb(210,110,139); }
H1.HeaderClassName
{
color: #D26E8B;
}
.AnyTagClassName
{
color: #D26E8B;
}
</style>
background-color css
<style>
a { background-color: #D26E8B; }
a { background-color: rgb(210,110,139); }
div.DivClassName
{
background-color: #D26E8B;
}
.BgClassName
{
background-color: #D26E8B;
}
</style>
border-color css
<style>
span { border-color: #D26E8B; }
span { border-color: rgb(210,110,139); }
td.TdClassName
{
border-color: #D26E8B;
}
.TagClassName
{
border-color: #D26E8B;
}
</style>