Shades of Mulberry #D3459C
Tints of Mulberry #D3459C
RGB
CMYK
RGB Variations
Color information
#D3459C (or 0xD3459C) is known color: Mulberry. HEX triplet: D3, 45 and 9C. RGB value is (211,69,156). Sum of RGB (Red+Green+Blue) = 211+69+156=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D3459C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3459C is #2CBA63. Grayscale: #797979. Windows color (decimal): -2931300 or 10241491. OLE color: 10241491.
HSL color Cylindrical-coordinate representation of color #D3459C: hue angle of 323.24º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3459C is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 156 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.17 |
| HSL | 323.24º | 0.62% | 0.55% | - |
| HSV(B) | 323.24º | 0.67% | 0.83% | - |
| XYZ | 34.99 | 20.51 | 33.57 | - |
| YUV | 121.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 156 | 0 | 0.67 | 0.26 | 0.17 | 323.24 | 0.62 | 0.55 |
| Hex | D3 | 45 | 9C | 0 | 43 | 1A | 11 | 143 | 3E | 37 |
| Octal | 323 | 105 | 234 | 0 | 103 | 32 | 21 | 503 | 76 | 67 |
| Binary | 11010011 | 1000101 | 10011100 | 0 | 1000011 | 11010 | 10001 | 101000011 | 111110 | 110111 |
Color Harmonies of #D3459C
Complementary color
Monochromatic Colors of #D3459C
Black with #D3459C
Text Example
Text Example
White with #D3459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3459C; }
p { color: rgb(211,69,156); }
H1.HeaderClassName
{
color: #D3459C;
}
.AnyTagClassName
{
color: #D3459C;
}
</style>
background-color css
<style>
a { background-color: #D3459C; }
a { background-color: rgb(211,69,156); }
div.DivClassName
{
background-color: #D3459C;
}
.BgClassName
{
background-color: #D3459C;
}
</style>
border-color css
<style>
span { border-color: #D3459C; }
span { border-color: rgb(211,69,156); }
td.TdClassName
{
border-color: #D3459C;
}
.TagClassName
{
border-color: #D3459C;
}
</style>