Shades of Mulberry #D3469C
Tints of Mulberry #D3469C
RGB
CMYK
RGB Variations
Color information
#D3469C (or 0xD3469C) is known color: Mulberry. HEX triplet: D3, 46 and 9C. RGB value is (211,70,156). Sum of RGB (Red+Green+Blue) = 211+70+156=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D3469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3469C is #2CB963. Grayscale: #797979. Windows color (decimal): -2931044 or 10241747. OLE color: 10241747.
HSL color Cylindrical-coordinate representation of color #D3469C: hue angle of 323.4º 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 #D3469C is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 156 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.17 |
| HSL | 323.4º | 0.62% | 0.55% | - |
| HSV(B) | 323.4º | 0.67% | 0.83% | - |
| XYZ | 35.05 | 20.63 | 33.59 | - |
| YUV | 121.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 156 | 0 | 0.67 | 0.26 | 0.17 | 323.4 | 0.62 | 0.55 |
| Hex | D3 | 46 | 9C | 0 | 43 | 1A | 11 | 143 | 3E | 37 |
| Octal | 323 | 106 | 234 | 0 | 103 | 32 | 21 | 503 | 76 | 67 |
| Binary | 11010011 | 1000110 | 10011100 | 0 | 1000011 | 11010 | 10001 | 101000011 | 111110 | 110111 |
Color Harmonies of #D3469C
Complementary color
Monochromatic Colors of #D3469C
Black with #D3469C
Text Example
Text Example
White with #D3469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3469C; }
p { color: rgb(211,70,156); }
H1.HeaderClassName
{
color: #D3469C;
}
.AnyTagClassName
{
color: #D3469C;
}
</style>
background-color css
<style>
a { background-color: #D3469C; }
a { background-color: rgb(211,70,156); }
div.DivClassName
{
background-color: #D3469C;
}
.BgClassName
{
background-color: #D3469C;
}
</style>
border-color css
<style>
span { border-color: #D3469C; }
span { border-color: rgb(211,70,156); }
td.TdClassName
{
border-color: #D3469C;
}
.TagClassName
{
border-color: #D3469C;
}
</style>