Shades of Mulberry #D23CAB
Tints of Mulberry #D23CAB
RGB
CMYK
RGB Variations
Color information
#D23CAB (or 0xD23CAB) is known color: Mulberry. HEX triplet: D2, 3C and AB. RGB value is (210,60,171). Sum of RGB (Red+Green+Blue) = 210+60+171=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23CAB is #2DC354. Grayscale: #757575. Windows color (decimal): -2999125 or 11222226. OLE color: 11222226.
HSL color Cylindrical-coordinate representation of color #D23CAB: hue angle of 315.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23CAB is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 171 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.18 |
| HSL | 315.6º | 0.63% | 0.53% | - |
| HSV(B) | 315.6º | 0.71% | 0.82% | - |
| XYZ | 35.54 | 19.87 | 40.49 | - |
| YUV | 117.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 171 | 0 | 0.71 | 0.19 | 0.18 | 315.6 | 0.63 | 0.53 |
| Hex | D2 | 3C | AB | 0 | 47 | 13 | 12 | 13C | 3E | 35 |
| Octal | 322 | 74 | 253 | 0 | 107 | 23 | 22 | 474 | 76 | 65 |
| Binary | 11010010 | 111100 | 10101011 | 0 | 1000111 | 10011 | 10010 | 100111100 | 111110 | 110101 |
Color Harmonies of #D23CAB
Complementary color
Monochromatic Colors of #D23CAB
Black with #D23CAB
Text Example
Text Example
White with #D23CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CAB; }
p { color: rgb(210,60,171); }
H1.HeaderClassName
{
color: #D23CAB;
}
.AnyTagClassName
{
color: #D23CAB;
}
</style>
background-color css
<style>
a { background-color: #D23CAB; }
a { background-color: rgb(210,60,171); }
div.DivClassName
{
background-color: #D23CAB;
}
.BgClassName
{
background-color: #D23CAB;
}
</style>
border-color css
<style>
span { border-color: #D23CAB; }
span { border-color: rgb(210,60,171); }
td.TdClassName
{
border-color: #D23CAB;
}
.TagClassName
{
border-color: #D23CAB;
}
</style>