Shades of Mulberry #D23CA5
Tints of Mulberry #D23CA5
RGB
CMYK
RGB Variations
Color information
#D23CA5 (or 0xD23CA5) is known color: Mulberry. HEX triplet: D2, 3C and A5. RGB value is (210,60,165). Sum of RGB (Red+Green+Blue) = 210+60+165=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23CA5 is #2DC35A. Grayscale: #747474. Windows color (decimal): -2999131 or 10829010. OLE color: 10829010.
HSL color Cylindrical-coordinate representation of color #D23CA5: hue angle of 318º 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 #D23CA5 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 165 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.18 |
| HSL | 318º | 0.63% | 0.53% | - |
| HSV(B) | 318º | 0.71% | 0.82% | - |
| XYZ | 34.99 | 19.65 | 37.55 | - |
| YUV | 116.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 165 | 0 | 0.71 | 0.21 | 0.18 | 318 | 0.63 | 0.53 |
| Hex | D2 | 3C | A5 | 0 | 47 | 15 | 12 | 13E | 3E | 35 |
| Octal | 322 | 74 | 245 | 0 | 107 | 25 | 22 | 476 | 76 | 65 |
| Binary | 11010010 | 111100 | 10100101 | 0 | 1000111 | 10101 | 10010 | 100111110 | 111110 | 110101 |
Color Harmonies of #D23CA5
Complementary color
Monochromatic Colors of #D23CA5
Black with #D23CA5
Text Example
Text Example
White with #D23CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CA5; }
p { color: rgb(210,60,165); }
H1.HeaderClassName
{
color: #D23CA5;
}
.AnyTagClassName
{
color: #D23CA5;
}
</style>
background-color css
<style>
a { background-color: #D23CA5; }
a { background-color: rgb(210,60,165); }
div.DivClassName
{
background-color: #D23CA5;
}
.BgClassName
{
background-color: #D23CA5;
}
</style>
border-color css
<style>
span { border-color: #D23CA5; }
span { border-color: rgb(210,60,165); }
td.TdClassName
{
border-color: #D23CA5;
}
.TagClassName
{
border-color: #D23CA5;
}
</style>