Shades of Mulberry #D2409A
Tints of Mulberry #D2409A
RGB
CMYK
RGB Variations
Color information
#D2409A (or 0xD2409A) is known color: Mulberry. HEX triplet: D2, 40 and 9A. RGB value is (210,64,154). Sum of RGB (Red+Green+Blue) = 210+64+154=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D2409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2409A is #2DBF65. Grayscale: #757575. Windows color (decimal): -2998118 or 10109138. OLE color: 10109138.
HSL color Cylindrical-coordinate representation of color #D2409A: hue angle of 323.01º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2409A is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 154 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.18 |
| HSL | 323.01º | 0.62% | 0.54% | - |
| HSV(B) | 323.01º | 0.7% | 0.82% | - |
| XYZ | 34.24 | 19.7 | 32.57 | - |
| YUV | 117.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 154 | 0 | 0.70 | 0.27 | 0.18 | 323.01 | 0.62 | 0.54 |
| Hex | D2 | 40 | 9A | 0 | 46 | 1B | 12 | 143 | 3E | 36 |
| Octal | 322 | 100 | 232 | 0 | 106 | 33 | 22 | 503 | 76 | 66 |
| Binary | 11010010 | 1000000 | 10011010 | 0 | 1000110 | 11011 | 10010 | 101000011 | 111110 | 110110 |
Color Harmonies of #D2409A
Complementary color
Monochromatic Colors of #D2409A
Black with #D2409A
Text Example
Text Example
White with #D2409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2409A; }
p { color: rgb(210,64,154); }
H1.HeaderClassName
{
color: #D2409A;
}
.AnyTagClassName
{
color: #D2409A;
}
</style>
background-color css
<style>
a { background-color: #D2409A; }
a { background-color: rgb(210,64,154); }
div.DivClassName
{
background-color: #D2409A;
}
.BgClassName
{
background-color: #D2409A;
}
</style>
border-color css
<style>
span { border-color: #D2409A; }
span { border-color: rgb(210,64,154); }
td.TdClassName
{
border-color: #D2409A;
}
.TagClassName
{
border-color: #D2409A;
}
</style>