Shades of Mulberry #D23D98
Tints of Mulberry #D23D98
RGB
CMYK
RGB Variations
Color information
#D23D98 (or 0xD23D98) is known color: Mulberry. HEX triplet: D2, 3D and 98. RGB value is (210,61,152). Sum of RGB (Red+Green+Blue) = 210+61+152=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23D98 is #2DC267. Grayscale: #737373. Windows color (decimal): -2998888 or 9977298. OLE color: 9977298.
HSL color Cylindrical-coordinate representation of color #D23D98: hue angle of 323.36º 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 #D23D98 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 152 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.18 |
| HSL | 323.36º | 0.62% | 0.53% | - |
| HSV(B) | 323.36º | 0.71% | 0.82% | - |
| XYZ | 33.91 | 19.31 | 31.64 | - |
| YUV | 115.93 | 148.36 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 152 | 0 | 0.71 | 0.28 | 0.18 | 323.36 | 0.62 | 0.53 |
| Hex | D2 | 3D | 98 | 0 | 47 | 1C | 12 | 143 | 3E | 35 |
| Octal | 322 | 75 | 230 | 0 | 107 | 34 | 22 | 503 | 76 | 65 |
| Binary | 11010010 | 111101 | 10011000 | 0 | 1000111 | 11100 | 10010 | 101000011 | 111110 | 110101 |
Color Harmonies of #D23D98
Complementary color
Monochromatic Colors of #D23D98
Black with #D23D98
Text Example
Text Example
White with #D23D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D98; }
p { color: rgb(210,61,152); }
H1.HeaderClassName
{
color: #D23D98;
}
.AnyTagClassName
{
color: #D23D98;
}
</style>
background-color css
<style>
a { background-color: #D23D98; }
a { background-color: rgb(210,61,152); }
div.DivClassName
{
background-color: #D23D98;
}
.BgClassName
{
background-color: #D23D98;
}
</style>
border-color css
<style>
span { border-color: #D23D98; }
span { border-color: rgb(210,61,152); }
td.TdClassName
{
border-color: #D23D98;
}
.TagClassName
{
border-color: #D23D98;
}
</style>