Shades of Mulberry #D24694
Tints of Mulberry #D24694
RGB
CMYK
RGB Variations
Color information
#D24694 (or 0xD24694) is known color: Mulberry. HEX triplet: D2, 46 and 94. RGB value is (210,70,148). Sum of RGB (Red+Green+Blue) = 210+70+148=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D24694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24694 is #2DB96B. Grayscale: #787878. Windows color (decimal): -2996588 or 9717458. OLE color: 9717458.
HSL color Cylindrical-coordinate representation of color #D24694: hue angle of 326.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24694 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 148 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.18 |
| HSL | 326.57º | 0.61% | 0.55% | - |
| HSV(B) | 326.57º | 0.67% | 0.82% | - |
| XYZ | 34.11 | 20.22 | 30.12 | - |
| YUV | 120.75 | 143.38 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 148 | 0 | 0.67 | 0.30 | 0.18 | 326.57 | 0.61 | 0.55 |
| Hex | D2 | 46 | 94 | 0 | 43 | 1E | 12 | 147 | 3D | 37 |
| Octal | 322 | 106 | 224 | 0 | 103 | 36 | 22 | 507 | 75 | 67 |
| Binary | 11010010 | 1000110 | 10010100 | 0 | 1000011 | 11110 | 10010 | 101000111 | 111101 | 110111 |
Color Harmonies of #D24694
Complementary color
Monochromatic Colors of #D24694
Black with #D24694
Text Example
Text Example
White with #D24694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24694; }
p { color: rgb(210,70,148); }
H1.HeaderClassName
{
color: #D24694;
}
.AnyTagClassName
{
color: #D24694;
}
</style>
background-color css
<style>
a { background-color: #D24694; }
a { background-color: rgb(210,70,148); }
div.DivClassName
{
background-color: #D24694;
}
.BgClassName
{
background-color: #D24694;
}
</style>
border-color css
<style>
span { border-color: #D24694; }
span { border-color: rgb(210,70,148); }
td.TdClassName
{
border-color: #D24694;
}
.TagClassName
{
border-color: #D24694;
}
</style>