Shades of Mulberry #D24FA8
Tints of Mulberry #D24FA8
RGB
CMYK
RGB Variations
Color information
#D24FA8 (or 0xD24FA8) is known color: Mulberry. HEX triplet: D2, 4F and A8. RGB value is (210,79,168). Sum of RGB (Red+Green+Blue) = 210+79+168=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24FA8 is #2DB057. Grayscale: #808080. Windows color (decimal): -2994264 or 11030482. OLE color: 11030482.
HSL color Cylindrical-coordinate representation of color #D24FA8: hue angle of 319.24º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D24FA8 is Cyan = 0, Magento = 0.62, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 168 | - |
| CMYK | 0 | 0.62 | 0.2 | 0.18 |
| HSL | 319.24º | 0.59% | 0.57% | - |
| HSV(B) | 319.24º | 0.62% | 0.82% | - |
| XYZ | 36.44 | 22.12 | 39.39 | - |
| YUV | 128.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 168 | 0 | 0.62 | 0.2 | 0.18 | 319.24 | 0.59 | 0.57 |
| Hex | D2 | 4F | A8 | 0 | 3E | 14 | 12 | 13F | 3B | 39 |
| Octal | 322 | 117 | 250 | 0 | 76 | 24 | 22 | 477 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10101000 | 0 | 111110 | 10100 | 10010 | 100111111 | 111011 | 111001 |
Color Harmonies of #D24FA8
Complementary color
Monochromatic Colors of #D24FA8
Black with #D24FA8
Text Example
Text Example
White with #D24FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FA8; }
p { color: rgb(210,79,168); }
H1.HeaderClassName
{
color: #D24FA8;
}
.AnyTagClassName
{
color: #D24FA8;
}
</style>
background-color css
<style>
a { background-color: #D24FA8; }
a { background-color: rgb(210,79,168); }
div.DivClassName
{
background-color: #D24FA8;
}
.BgClassName
{
background-color: #D24FA8;
}
</style>
border-color css
<style>
span { border-color: #D24FA8; }
span { border-color: rgb(210,79,168); }
td.TdClassName
{
border-color: #D24FA8;
}
.TagClassName
{
border-color: #D24FA8;
}
</style>