Shades of Mulberry #D3458F
Tints of Mulberry #D3458F
RGB
CMYK
RGB Variations
Color information
#D3458F (or 0xD3458F) is known color: Mulberry. HEX triplet: D3, 45 and 8F. RGB value is (211,69,143). Sum of RGB (Red+Green+Blue) = 211+69+143=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3458F is #2CBA70. Grayscale: #777777. Windows color (decimal): -2931313 or 9389523. OLE color: 9389523.
HSL color Cylindrical-coordinate representation of color #D3458F: hue angle of 328.73º 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 #D3458F is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 143 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.17 |
| HSL | 328.73º | 0.62% | 0.55% | - |
| HSV(B) | 328.73º | 0.67% | 0.83% | - |
| XYZ | 33.95 | 20.09 | 28.07 | - |
| YUV | 119.89 | 141.04 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 143 | 0 | 0.67 | 0.32 | 0.17 | 328.73 | 0.62 | 0.55 |
| Hex | D3 | 45 | 8F | 0 | 43 | 20 | 11 | 149 | 3E | 37 |
| Octal | 323 | 105 | 217 | 0 | 103 | 40 | 21 | 511 | 76 | 67 |
| Binary | 11010011 | 1000101 | 10001111 | 0 | 1000011 | 100000 | 10001 | 101001001 | 111110 | 110111 |
Color Harmonies of #D3458F
Complementary color
Monochromatic Colors of #D3458F
Black with #D3458F
Text Example
Text Example
White with #D3458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3458F; }
p { color: rgb(211,69,143); }
H1.HeaderClassName
{
color: #D3458F;
}
.AnyTagClassName
{
color: #D3458F;
}
</style>
background-color css
<style>
a { background-color: #D3458F; }
a { background-color: rgb(211,69,143); }
div.DivClassName
{
background-color: #D3458F;
}
.BgClassName
{
background-color: #D3458F;
}
</style>
border-color css
<style>
span { border-color: #D3458F; }
span { border-color: rgb(211,69,143); }
td.TdClassName
{
border-color: #D3458F;
}
.TagClassName
{
border-color: #D3458F;
}
</style>