Shades of Mulberry #D3469B
Tints of Mulberry #D3469B
RGB
CMYK
RGB Variations
Color information
#D3469B (or 0xD3469B) is known color: Mulberry. HEX triplet: D3, 46 and 9B. RGB value is (211,70,155). Sum of RGB (Red+Green+Blue) = 211+70+155=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D3469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3469B is #2CB964. Grayscale: #797979. Windows color (decimal): -2931045 or 10176211. OLE color: 10176211.
HSL color Cylindrical-coordinate representation of color #D3469B: hue angle of 323.83º 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 #D3469B is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 155 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.17 |
| HSL | 323.83º | 0.62% | 0.55% | - |
| HSV(B) | 323.83º | 0.67% | 0.83% | - |
| XYZ | 34.97 | 20.6 | 33.14 | - |
| YUV | 121.85 | 146.71 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 155 | 0 | 0.67 | 0.27 | 0.17 | 323.83 | 0.62 | 0.55 |
| Hex | D3 | 46 | 9B | 0 | 43 | 1B | 11 | 144 | 3E | 37 |
| Octal | 323 | 106 | 233 | 0 | 103 | 33 | 21 | 504 | 76 | 67 |
| Binary | 11010011 | 1000110 | 10011011 | 0 | 1000011 | 11011 | 10001 | 101000100 | 111110 | 110111 |
Color Harmonies of #D3469B
Complementary color
Monochromatic Colors of #D3469B
Black with #D3469B
Text Example
Text Example
White with #D3469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3469B; }
p { color: rgb(211,70,155); }
H1.HeaderClassName
{
color: #D3469B;
}
.AnyTagClassName
{
color: #D3469B;
}
</style>
background-color css
<style>
a { background-color: #D3469B; }
a { background-color: rgb(211,70,155); }
div.DivClassName
{
background-color: #D3469B;
}
.BgClassName
{
background-color: #D3469B;
}
</style>
border-color css
<style>
span { border-color: #D3469B; }
span { border-color: rgb(211,70,155); }
td.TdClassName
{
border-color: #D3469B;
}
.TagClassName
{
border-color: #D3469B;
}
</style>