Shades of Mulberry #D245AB
Tints of Mulberry #D245AB
RGB
CMYK
RGB Variations
Color information
#D245AB (or 0xD245AB) is known color: Mulberry. HEX triplet: D2, 45 and AB. RGB value is (210,69,171). Sum of RGB (Red+Green+Blue) = 210+69+171=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D245AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D245AB is #2DBA54. Grayscale: #7A7A7A. Windows color (decimal): -2996821 or 11224530. OLE color: 11224530.
HSL color Cylindrical-coordinate representation of color #D245AB: hue angle of 316.6º 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 #D245AB is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 171 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.18 |
| HSL | 316.6º | 0.61% | 0.55% | - |
| HSV(B) | 316.6º | 0.67% | 0.82% | - |
| XYZ | 36.06 | 20.9 | 40.66 | - |
| YUV | 122.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 171 | 0 | 0.67 | 0.19 | 0.18 | 316.6 | 0.61 | 0.55 |
| Hex | D2 | 45 | AB | 0 | 43 | 13 | 12 | 13D | 3D | 37 |
| Octal | 322 | 105 | 253 | 0 | 103 | 23 | 22 | 475 | 75 | 67 |
| Binary | 11010010 | 1000101 | 10101011 | 0 | 1000011 | 10011 | 10010 | 100111101 | 111101 | 110111 |
Color Harmonies of #D245AB
Complementary color
Monochromatic Colors of #D245AB
Black with #D245AB
Text Example
Text Example
White with #D245AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245AB; }
p { color: rgb(210,69,171); }
H1.HeaderClassName
{
color: #D245AB;
}
.AnyTagClassName
{
color: #D245AB;
}
</style>
background-color css
<style>
a { background-color: #D245AB; }
a { background-color: rgb(210,69,171); }
div.DivClassName
{
background-color: #D245AB;
}
.BgClassName
{
background-color: #D245AB;
}
</style>
border-color css
<style>
span { border-color: #D245AB; }
span { border-color: rgb(210,69,171); }
td.TdClassName
{
border-color: #D245AB;
}
.TagClassName
{
border-color: #D245AB;
}
</style>