Shades of Mulberry #D3438A
Tints of Mulberry #D3438A
RGB
CMYK
RGB Variations
Color information
#D3438A (or 0xD3438A) is known color: Mulberry. HEX triplet: D3, 43 and 8A. RGB value is (211,67,138). Sum of RGB (Red+Green+Blue) = 211+67+138=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D3438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3438A is #2CBC75. Grayscale: #767676. Windows color (decimal): -2931830 or 9061331. OLE color: 9061331.
HSL color Cylindrical-coordinate representation of color #D3438A: hue angle of 330.42º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3438A is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 138 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.17 |
| HSL | 330.42º | 0.62% | 0.55% | - |
| HSV(B) | 330.42º | 0.68% | 0.83% | - |
| XYZ | 33.46 | 19.7 | 26.08 | - |
| YUV | 118.15 | 139.21 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 138 | 0 | 0.68 | 0.35 | 0.17 | 330.42 | 0.62 | 0.55 |
| Hex | D3 | 43 | 8A | 0 | 44 | 23 | 11 | 14A | 3E | 37 |
| Octal | 323 | 103 | 212 | 0 | 104 | 43 | 21 | 512 | 76 | 67 |
| Binary | 11010011 | 1000011 | 10001010 | 0 | 1000100 | 100011 | 10001 | 101001010 | 111110 | 110111 |
Color Harmonies of #D3438A
Complementary color
Monochromatic Colors of #D3438A
Black with #D3438A
Text Example
Text Example
White with #D3438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3438A; }
p { color: rgb(211,67,138); }
H1.HeaderClassName
{
color: #D3438A;
}
.AnyTagClassName
{
color: #D3438A;
}
</style>
background-color css
<style>
a { background-color: #D3438A; }
a { background-color: rgb(211,67,138); }
div.DivClassName
{
background-color: #D3438A;
}
.BgClassName
{
background-color: #D3438A;
}
</style>
border-color css
<style>
span { border-color: #D3438A; }
span { border-color: rgb(211,67,138); }
td.TdClassName
{
border-color: #D3438A;
}
.TagClassName
{
border-color: #D3438A;
}
</style>