Shades of Mulberry #D23DAA
Tints of Mulberry #D23DAA
RGB
CMYK
RGB Variations
Color information
#D23DAA (or 0xD23DAA) is known color: Mulberry. HEX triplet: D2, 3D and AA. RGB value is (210,61,170). Sum of RGB (Red+Green+Blue) = 210+61+170=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23DAA is #2DC255. Grayscale: #757575. Windows color (decimal): -2998870 or 11156946. OLE color: 11156946.
HSL color Cylindrical-coordinate representation of color #D23DAA: hue angle of 316.11º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23DAA is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 170 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.18 |
| HSL | 316.11º | 0.62% | 0.53% | - |
| HSV(B) | 316.11º | 0.71% | 0.82% | - |
| XYZ | 35.5 | 19.94 | 40.01 | - |
| YUV | 117.98 | 157.36 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 170 | 0 | 0.71 | 0.19 | 0.18 | 316.11 | 0.62 | 0.53 |
| Hex | D2 | 3D | AA | 0 | 47 | 13 | 12 | 13C | 3E | 35 |
| Octal | 322 | 75 | 252 | 0 | 107 | 23 | 22 | 474 | 76 | 65 |
| Binary | 11010010 | 111101 | 10101010 | 0 | 1000111 | 10011 | 10010 | 100111100 | 111110 | 110101 |
Color Harmonies of #D23DAA
Complementary color
Monochromatic Colors of #D23DAA
Black with #D23DAA
Text Example
Text Example
White with #D23DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DAA; }
p { color: rgb(210,61,170); }
H1.HeaderClassName
{
color: #D23DAA;
}
.AnyTagClassName
{
color: #D23DAA;
}
</style>
background-color css
<style>
a { background-color: #D23DAA; }
a { background-color: rgb(210,61,170); }
div.DivClassName
{
background-color: #D23DAA;
}
.BgClassName
{
background-color: #D23DAA;
}
</style>
border-color css
<style>
span { border-color: #D23DAA; }
span { border-color: rgb(210,61,170); }
td.TdClassName
{
border-color: #D23DAA;
}
.TagClassName
{
border-color: #D23DAA;
}
</style>