Shades of Mulberry #D245A1
Tints of Mulberry #D245A1
RGB
CMYK
RGB Variations
Color information
#D245A1 (or 0xD245A1) is known color: Mulberry. HEX triplet: D2, 45 and A1. RGB value is (210,69,161). Sum of RGB (Red+Green+Blue) = 210+69+161=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D245A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D245A1 is #2DBA5E. Grayscale: #797979. Windows color (decimal): -2996831 or 10569170. OLE color: 10569170.
HSL color Cylindrical-coordinate representation of color #D245A1: hue angle of 320.85º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D245A1 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 161 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.18 |
| HSL | 320.85º | 0.61% | 0.55% | - |
| HSV(B) | 320.85º | 0.67% | 0.82% | - |
| XYZ | 35.14 | 20.53 | 35.83 | - |
| YUV | 121.65 | 150.21 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 161 | 0 | 0.67 | 0.23 | 0.18 | 320.85 | 0.61 | 0.55 |
| Hex | D2 | 45 | A1 | 0 | 43 | 17 | 12 | 141 | 3D | 37 |
| Octal | 322 | 105 | 241 | 0 | 103 | 27 | 22 | 501 | 75 | 67 |
| Binary | 11010010 | 1000101 | 10100001 | 0 | 1000011 | 10111 | 10010 | 101000001 | 111101 | 110111 |
Color Harmonies of #D245A1
Complementary color
Monochromatic Colors of #D245A1
Black with #D245A1
Text Example
Text Example
White with #D245A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245A1; }
p { color: rgb(210,69,161); }
H1.HeaderClassName
{
color: #D245A1;
}
.AnyTagClassName
{
color: #D245A1;
}
</style>
background-color css
<style>
a { background-color: #D245A1; }
a { background-color: rgb(210,69,161); }
div.DivClassName
{
background-color: #D245A1;
}
.BgClassName
{
background-color: #D245A1;
}
</style>
border-color css
<style>
span { border-color: #D245A1; }
span { border-color: rgb(210,69,161); }
td.TdClassName
{
border-color: #D245A1;
}
.TagClassName
{
border-color: #D245A1;
}
</style>