Shades of Mulberry #D23DA5
Tints of Mulberry #D23DA5
RGB
CMYK
RGB Variations
Color information
#D23DA5 (or 0xD23DA5) is known color: Mulberry. HEX triplet: D2, 3D and A5. RGB value is (210,61,165). Sum of RGB (Red+Green+Blue) = 210+61+165=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23DA5 is #2DC25A. Grayscale: #757575. Windows color (decimal): -2998875 or 10829266. OLE color: 10829266.
HSL color Cylindrical-coordinate representation of color #D23DA5: hue angle of 318.12º 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 #D23DA5 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 165 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.18 |
| HSL | 318.12º | 0.62% | 0.53% | - |
| HSV(B) | 318.12º | 0.71% | 0.82% | - |
| XYZ | 35.04 | 19.76 | 37.56 | - |
| YUV | 117.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 165 | 0 | 0.71 | 0.21 | 0.18 | 318.12 | 0.62 | 0.53 |
| Hex | D2 | 3D | A5 | 0 | 47 | 15 | 12 | 13E | 3E | 35 |
| Octal | 322 | 75 | 245 | 0 | 107 | 25 | 22 | 476 | 76 | 65 |
| Binary | 11010010 | 111101 | 10100101 | 0 | 1000111 | 10101 | 10010 | 100111110 | 111110 | 110101 |
Color Harmonies of #D23DA5
Complementary color
Monochromatic Colors of #D23DA5
Black with #D23DA5
Text Example
Text Example
White with #D23DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DA5; }
p { color: rgb(210,61,165); }
H1.HeaderClassName
{
color: #D23DA5;
}
.AnyTagClassName
{
color: #D23DA5;
}
</style>
background-color css
<style>
a { background-color: #D23DA5; }
a { background-color: rgb(210,61,165); }
div.DivClassName
{
background-color: #D23DA5;
}
.BgClassName
{
background-color: #D23DA5;
}
</style>
border-color css
<style>
span { border-color: #D23DA5; }
span { border-color: rgb(210,61,165); }
td.TdClassName
{
border-color: #D23DA5;
}
.TagClassName
{
border-color: #D23DA5;
}
</style>