Shades of Mulberry #D253A3
Tints of Mulberry #D253A3
RGB
CMYK
RGB Variations
Color information
#D253A3 (or 0xD253A3) is known color: Mulberry. HEX triplet: D2, 53 and A3. RGB value is (210,83,163). Sum of RGB (Red+Green+Blue) = 210+83+163=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D253A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D253A3 is #2DAC5C. Grayscale: #818181. Windows color (decimal): -2993245 or 10703826. OLE color: 10703826.
HSL color Cylindrical-coordinate representation of color #D253A3: hue angle of 322.2º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D253A3 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 163 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.18 |
| HSL | 322.2º | 0.59% | 0.57% | - |
| HSV(B) | 322.2º | 0.6% | 0.82% | - |
| XYZ | 36.28 | 22.53 | 37.09 | - |
| YUV | 130.09 | 146.58 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 163 | 0 | 0.60 | 0.22 | 0.18 | 322.2 | 0.59 | 0.57 |
| Hex | D2 | 53 | A3 | 0 | 3C | 16 | 12 | 142 | 3B | 39 |
| Octal | 322 | 123 | 243 | 0 | 74 | 26 | 22 | 502 | 73 | 71 |
| Binary | 11010010 | 1010011 | 10100011 | 0 | 111100 | 10110 | 10010 | 101000010 | 111011 | 111001 |
Color Harmonies of #D253A3
Complementary color
Monochromatic Colors of #D253A3
Black with #D253A3
Text Example
Text Example
White with #D253A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253A3; }
p { color: rgb(210,83,163); }
H1.HeaderClassName
{
color: #D253A3;
}
.AnyTagClassName
{
color: #D253A3;
}
</style>
background-color css
<style>
a { background-color: #D253A3; }
a { background-color: rgb(210,83,163); }
div.DivClassName
{
background-color: #D253A3;
}
.BgClassName
{
background-color: #D253A3;
}
</style>
border-color css
<style>
span { border-color: #D253A3; }
span { border-color: rgb(210,83,163); }
td.TdClassName
{
border-color: #D253A3;
}
.TagClassName
{
border-color: #D253A3;
}
</style>