Shades of Mulberry #DC5297
Tints of Mulberry #DC5297
RGB
CMYK
RGB Variations
Color information
#DC5297 (or 0xDC5297) is known color: Mulberry. HEX triplet: DC, 52 and 97. RGB value is (220,82,151). Sum of RGB (Red+Green+Blue) = 220+82+151=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5297 is #23AD68. Grayscale: #828282. Windows color (decimal): -2338153 or 9917148. OLE color: 9917148.
HSL color Cylindrical-coordinate representation of color #DC5297: hue angle of 330º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5297 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 151 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.14 |
| HSL | 330º | 0.66% | 0.59% | - |
| HSV(B) | 330º | 0.63% | 0.86% | - |
| XYZ | 38.12 | 23.48 | 31.8 | - |
| YUV | 131.13 | 139.22 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 151 | 0 | 0.63 | 0.31 | 0.14 | 330 | 0.66 | 0.59 |
| Hex | DC | 52 | 97 | 0 | 3F | 1F | E | 14A | 42 | 3B |
| Octal | 334 | 122 | 227 | 0 | 77 | 37 | 16 | 512 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10010111 | 0 | 111111 | 11111 | 1110 | 101001010 | 1000010 | 111011 |
Color Harmonies of #DC5297
Complementary color
Monochromatic Colors of #DC5297
Black with #DC5297
Text Example
Text Example
White with #DC5297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5297; }
p { color: rgb(220,82,151); }
H1.HeaderClassName
{
color: #DC5297;
}
.AnyTagClassName
{
color: #DC5297;
}
</style>
background-color css
<style>
a { background-color: #DC5297; }
a { background-color: rgb(220,82,151); }
div.DivClassName
{
background-color: #DC5297;
}
.BgClassName
{
background-color: #DC5297;
}
</style>
border-color css
<style>
span { border-color: #DC5297; }
span { border-color: rgb(220,82,151); }
td.TdClassName
{
border-color: #DC5297;
}
.TagClassName
{
border-color: #DC5297;
}
</style>