Shades of Mulberry #D23DA2
Tints of Mulberry #D23DA2
RGB
CMYK
RGB Variations
Color information
#D23DA2 (or 0xD23DA2) is known color: Mulberry. HEX triplet: D2, 3D and A2. RGB value is (210,61,162). Sum of RGB (Red+Green+Blue) = 210+61+162=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23DA2 is #2DC25D. Grayscale: #747474. Windows color (decimal): -2998878 or 10632658. OLE color: 10632658.
HSL color Cylindrical-coordinate representation of color #D23DA2: hue angle of 319.33º 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 #D23DA2 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 162 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.18 |
| HSL | 319.33º | 0.62% | 0.53% | - |
| HSV(B) | 319.33º | 0.71% | 0.82% | - |
| XYZ | 34.77 | 19.65 | 36.14 | - |
| YUV | 117.07 | 153.36 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 162 | 0 | 0.71 | 0.23 | 0.18 | 319.33 | 0.62 | 0.53 |
| Hex | D2 | 3D | A2 | 0 | 47 | 17 | 12 | 13F | 3E | 35 |
| Octal | 322 | 75 | 242 | 0 | 107 | 27 | 22 | 477 | 76 | 65 |
| Binary | 11010010 | 111101 | 10100010 | 0 | 1000111 | 10111 | 10010 | 100111111 | 111110 | 110101 |
Color Harmonies of #D23DA2
Complementary color
Monochromatic Colors of #D23DA2
Black with #D23DA2
Text Example
Text Example
White with #D23DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DA2; }
p { color: rgb(210,61,162); }
H1.HeaderClassName
{
color: #D23DA2;
}
.AnyTagClassName
{
color: #D23DA2;
}
</style>
background-color css
<style>
a { background-color: #D23DA2; }
a { background-color: rgb(210,61,162); }
div.DivClassName
{
background-color: #D23DA2;
}
.BgClassName
{
background-color: #D23DA2;
}
</style>
border-color css
<style>
span { border-color: #D23DA2; }
span { border-color: rgb(210,61,162); }
td.TdClassName
{
border-color: #D23DA2;
}
.TagClassName
{
border-color: #D23DA2;
}
</style>