Shades of Mulberry #D23D9C
Tints of Mulberry #D23D9C
RGB
CMYK
RGB Variations
Color information
#D23D9C (or 0xD23D9C) is known color: Mulberry. HEX triplet: D2, 3D and 9C. RGB value is (210,61,156). Sum of RGB (Red+Green+Blue) = 210+61+156=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23D9C is #2DC263. Grayscale: #747474. Windows color (decimal): -2998884 or 10239442. OLE color: 10239442.
HSL color Cylindrical-coordinate representation of color #D23D9C: hue angle of 321.74º 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 #D23D9C is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 156 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.18 |
| HSL | 321.75º | 0.62% | 0.53% | - |
| HSV(B) | 321.75º | 0.71% | 0.82% | - |
| XYZ | 34.25 | 19.44 | 33.4 | - |
| YUV | 116.38 | 150.36 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 156 | 0 | 0.71 | 0.26 | 0.18 | 321.75 | 0.62 | 0.53 |
| Hex | D2 | 3D | 9C | 0 | 47 | 1A | 12 | 142 | 3E | 35 |
| Octal | 322 | 75 | 234 | 0 | 107 | 32 | 22 | 502 | 76 | 65 |
| Binary | 11010010 | 111101 | 10011100 | 0 | 1000111 | 11010 | 10010 | 101000010 | 111110 | 110101 |
Color Harmonies of #D23D9C
Complementary color
Monochromatic Colors of #D23D9C
Black with #D23D9C
Text Example
Text Example
White with #D23D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D9C; }
p { color: rgb(210,61,156); }
H1.HeaderClassName
{
color: #D23D9C;
}
.AnyTagClassName
{
color: #D23D9C;
}
</style>
background-color css
<style>
a { background-color: #D23D9C; }
a { background-color: rgb(210,61,156); }
div.DivClassName
{
background-color: #D23D9C;
}
.BgClassName
{
background-color: #D23D9C;
}
</style>
border-color css
<style>
span { border-color: #D23D9C; }
span { border-color: rgb(210,61,156); }
td.TdClassName
{
border-color: #D23D9C;
}
.TagClassName
{
border-color: #D23D9C;
}
</style>