Shades of Mulberry #D24595
Tints of Mulberry #D24595
RGB
CMYK
RGB Variations
Color information
#D24595 (or 0xD24595) is known color: Mulberry. HEX triplet: D2, 45 and 95. RGB value is (210,69,149). Sum of RGB (Red+Green+Blue) = 210+69+149=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D24595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24595 is #2DBA6A. Grayscale: #787878. Windows color (decimal): -2996843 or 9782738. OLE color: 9782738.
HSL color Cylindrical-coordinate representation of color #D24595: hue angle of 325.96º 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 #D24595 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 149 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.18 |
| HSL | 325.96º | 0.61% | 0.55% | - |
| HSV(B) | 325.96º | 0.67% | 0.82% | - |
| XYZ | 34.13 | 20.13 | 30.52 | - |
| YUV | 120.28 | 144.21 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 149 | 0 | 0.67 | 0.29 | 0.18 | 325.96 | 0.61 | 0.55 |
| Hex | D2 | 45 | 95 | 0 | 43 | 1D | 12 | 146 | 3D | 37 |
| Octal | 322 | 105 | 225 | 0 | 103 | 35 | 22 | 506 | 75 | 67 |
| Binary | 11010010 | 1000101 | 10010101 | 0 | 1000011 | 11101 | 10010 | 101000110 | 111101 | 110111 |
Color Harmonies of #D24595
Complementary color
Monochromatic Colors of #D24595
Black with #D24595
Text Example
Text Example
White with #D24595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24595; }
p { color: rgb(210,69,149); }
H1.HeaderClassName
{
color: #D24595;
}
.AnyTagClassName
{
color: #D24595;
}
</style>
background-color css
<style>
a { background-color: #D24595; }
a { background-color: rgb(210,69,149); }
div.DivClassName
{
background-color: #D24595;
}
.BgClassName
{
background-color: #D24595;
}
</style>
border-color css
<style>
span { border-color: #D24595; }
span { border-color: rgb(210,69,149); }
td.TdClassName
{
border-color: #D24595;
}
.TagClassName
{
border-color: #D24595;
}
</style>