Shades of Mulberry #D2419B
Tints of Mulberry #D2419B
RGB
CMYK
RGB Variations
Color information
#D2419B (or 0xD2419B) is known color: Mulberry. HEX triplet: D2, 41 and 9B. RGB value is (210,65,155). Sum of RGB (Red+Green+Blue) = 210+65+155=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2419B is #2DBE64. Grayscale: #767676. Windows color (decimal): -2997861 or 10174930. OLE color: 10174930.
HSL color Cylindrical-coordinate representation of color #D2419B: hue angle of 322.76º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2419B is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 155 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.18 |
| HSL | 322.76º | 0.62% | 0.54% | - |
| HSV(B) | 322.76º | 0.69% | 0.82% | - |
| XYZ | 34.39 | 19.85 | 33.03 | - |
| YUV | 118.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 155 | 0 | 0.69 | 0.26 | 0.18 | 322.76 | 0.62 | 0.54 |
| Hex | D2 | 41 | 9B | 0 | 45 | 1A | 12 | 143 | 3E | 36 |
| Octal | 322 | 101 | 233 | 0 | 105 | 32 | 22 | 503 | 76 | 66 |
| Binary | 11010010 | 1000001 | 10011011 | 0 | 1000101 | 11010 | 10010 | 101000011 | 111110 | 110110 |
Color Harmonies of #D2419B
Complementary color
Monochromatic Colors of #D2419B
Black with #D2419B
Text Example
Text Example
White with #D2419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2419B; }
p { color: rgb(210,65,155); }
H1.HeaderClassName
{
color: #D2419B;
}
.AnyTagClassName
{
color: #D2419B;
}
</style>
background-color css
<style>
a { background-color: #D2419B; }
a { background-color: rgb(210,65,155); }
div.DivClassName
{
background-color: #D2419B;
}
.BgClassName
{
background-color: #D2419B;
}
</style>
border-color css
<style>
span { border-color: #D2419B; }
span { border-color: rgb(210,65,155); }
td.TdClassName
{
border-color: #D2419B;
}
.TagClassName
{
border-color: #D2419B;
}
</style>