Shades of Mulberry #D3468A
Tints of Mulberry #D3468A
RGB
CMYK
RGB Variations
Color information
#D3468A (or 0xD3468A) is known color: Mulberry. HEX triplet: D3, 46 and 8A. RGB value is (211,70,138). Sum of RGB (Red+Green+Blue) = 211+70+138=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3468A is #2CB975. Grayscale: #777777. Windows color (decimal): -2931062 or 9062099. OLE color: 9062099.
HSL color Cylindrical-coordinate representation of color #D3468A: hue angle of 331.06º 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 #D3468A is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 138 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.17 |
| HSL | 331.06º | 0.62% | 0.55% | - |
| HSV(B) | 331.06º | 0.67% | 0.83% | - |
| XYZ | 33.64 | 20.06 | 26.14 | - |
| YUV | 119.91 | 138.21 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 138 | 0 | 0.67 | 0.35 | 0.17 | 331.06 | 0.62 | 0.55 |
| Hex | D3 | 46 | 8A | 0 | 43 | 23 | 11 | 14B | 3E | 37 |
| Octal | 323 | 106 | 212 | 0 | 103 | 43 | 21 | 513 | 76 | 67 |
| Binary | 11010011 | 1000110 | 10001010 | 0 | 1000011 | 100011 | 10001 | 101001011 | 111110 | 110111 |
Color Harmonies of #D3468A
Complementary color
Monochromatic Colors of #D3468A
Black with #D3468A
Text Example
Text Example
White with #D3468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3468A; }
p { color: rgb(211,70,138); }
H1.HeaderClassName
{
color: #D3468A;
}
.AnyTagClassName
{
color: #D3468A;
}
</style>
background-color css
<style>
a { background-color: #D3468A; }
a { background-color: rgb(211,70,138); }
div.DivClassName
{
background-color: #D3468A;
}
.BgClassName
{
background-color: #D3468A;
}
</style>
border-color css
<style>
span { border-color: #D3468A; }
span { border-color: rgb(211,70,138); }
td.TdClassName
{
border-color: #D3468A;
}
.TagClassName
{
border-color: #D3468A;
}
</style>