Shades of Mulberry #D245A8
Tints of Mulberry #D245A8
RGB
CMYK
RGB Variations
Color information
#D245A8 (or 0xD245A8) is known color: Mulberry. HEX triplet: D2, 45 and A8. RGB value is (210,69,168). Sum of RGB (Red+Green+Blue) = 210+69+168=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D245A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D245A8 is #2DBA57. Grayscale: #7A7A7A. Windows color (decimal): -2996824 or 11027922. OLE color: 11027922.
HSL color Cylindrical-coordinate representation of color #D245A8: hue angle of 317.87º 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 #D245A8 is Cyan = 0, Magento = 0.67, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 168 | - |
| CMYK | 0 | 0.67 | 0.2 | 0.18 |
| HSL | 317.87º | 0.61% | 0.55% | - |
| HSV(B) | 317.87º | 0.67% | 0.82% | - |
| XYZ | 35.77 | 20.79 | 39.17 | - |
| YUV | 122.45 | 153.71 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 168 | 0 | 0.67 | 0.2 | 0.18 | 317.87 | 0.61 | 0.55 |
| Hex | D2 | 45 | A8 | 0 | 43 | 14 | 12 | 13E | 3D | 37 |
| Octal | 322 | 105 | 250 | 0 | 103 | 24 | 22 | 476 | 75 | 67 |
| Binary | 11010010 | 1000101 | 10101000 | 0 | 1000011 | 10100 | 10010 | 100111110 | 111101 | 110111 |
Color Harmonies of #D245A8
Complementary color
Monochromatic Colors of #D245A8
Black with #D245A8
Text Example
Text Example
White with #D245A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245A8; }
p { color: rgb(210,69,168); }
H1.HeaderClassName
{
color: #D245A8;
}
.AnyTagClassName
{
color: #D245A8;
}
</style>
background-color css
<style>
a { background-color: #D245A8; }
a { background-color: rgb(210,69,168); }
div.DivClassName
{
background-color: #D245A8;
}
.BgClassName
{
background-color: #D245A8;
}
</style>
border-color css
<style>
span { border-color: #D245A8; }
span { border-color: rgb(210,69,168); }
td.TdClassName
{
border-color: #D245A8;
}
.TagClassName
{
border-color: #D245A8;
}
</style>