Shades of Mulberry #D25AAB
Tints of Mulberry #D25AAB
RGB
CMYK
RGB Variations
Color information
#D25AAB (or 0xD25AAB) is known color: Mulberry. HEX triplet: D2, 5A and AB. RGB value is (210,90,171). Sum of RGB (Red+Green+Blue) = 210+90+171=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25AAB is #2DA554. Grayscale: #868686. Windows color (decimal): -2991445 or 11229906. OLE color: 11229906.
HSL color Cylindrical-coordinate representation of color #D25AAB: hue angle of 319.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25AAB is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 171 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.18 |
| HSL | 319.5º | 0.57% | 0.59% | - |
| HSV(B) | 319.5º | 0.57% | 0.82% | - |
| XYZ | 37.59 | 23.95 | 41.17 | - |
| YUV | 135.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 171 | 0 | 0.57 | 0.19 | 0.18 | 319.5 | 0.57 | 0.59 |
| Hex | D2 | 5A | AB | 0 | 39 | 13 | 12 | 140 | 39 | 3B |
| Octal | 322 | 132 | 253 | 0 | 71 | 23 | 22 | 500 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10101011 | 0 | 111001 | 10011 | 10010 | 101000000 | 111001 | 111011 |
Color Harmonies of #D25AAB
Complementary color
Monochromatic Colors of #D25AAB
Black with #D25AAB
Text Example
Text Example
White with #D25AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AAB; }
p { color: rgb(210,90,171); }
H1.HeaderClassName
{
color: #D25AAB;
}
.AnyTagClassName
{
color: #D25AAB;
}
</style>
background-color css
<style>
a { background-color: #D25AAB; }
a { background-color: rgb(210,90,171); }
div.DivClassName
{
background-color: #D25AAB;
}
.BgClassName
{
background-color: #D25AAB;
}
</style>
border-color css
<style>
span { border-color: #D25AAB; }
span { border-color: rgb(210,90,171); }
td.TdClassName
{
border-color: #D25AAB;
}
.TagClassName
{
border-color: #D25AAB;
}
</style>