Shades of Mulberry #D34299
Tints of Mulberry #D34299
RGB
CMYK
RGB Variations
Color information
#D34299 (or 0xD34299) is known color: Mulberry. HEX triplet: D3, 42 and 99. RGB value is (211,66,153). Sum of RGB (Red+Green+Blue) = 211+66+153=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D34299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34299 is #2CBD66. Grayscale: #777777. Windows color (decimal): -2932071 or 10044115. OLE color: 10044115.
HSL color Cylindrical-coordinate representation of color #D34299: hue angle of 324º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34299 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 153 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.17 |
| HSL | 324º | 0.62% | 0.54% | - |
| HSV(B) | 324º | 0.69% | 0.83% | - |
| XYZ | 34.56 | 20.05 | 32.18 | - |
| YUV | 119.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 153 | 0 | 0.69 | 0.27 | 0.17 | 324 | 0.62 | 0.54 |
| Hex | D3 | 42 | 99 | 0 | 45 | 1B | 11 | 144 | 3E | 36 |
| Octal | 323 | 102 | 231 | 0 | 105 | 33 | 21 | 504 | 76 | 66 |
| Binary | 11010011 | 1000010 | 10011001 | 0 | 1000101 | 11011 | 10001 | 101000100 | 111110 | 110110 |
Color Harmonies of #D34299
Complementary color
Monochromatic Colors of #D34299
Black with #D34299
Text Example
Text Example
White with #D34299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34299; }
p { color: rgb(211,66,153); }
H1.HeaderClassName
{
color: #D34299;
}
.AnyTagClassName
{
color: #D34299;
}
</style>
background-color css
<style>
a { background-color: #D34299; }
a { background-color: rgb(211,66,153); }
div.DivClassName
{
background-color: #D34299;
}
.BgClassName
{
background-color: #D34299;
}
</style>
border-color css
<style>
span { border-color: #D34299; }
span { border-color: rgb(211,66,153); }
td.TdClassName
{
border-color: #D34299;
}
.TagClassName
{
border-color: #D34299;
}
</style>