Shades of Mulberry #D24A92
Tints of Mulberry #D24A92
RGB
CMYK
RGB Variations
Color information
#D24A92 (or 0xD24A92) is known color: Mulberry. HEX triplet: D2, 4A and 92. RGB value is (210,74,146). Sum of RGB (Red+Green+Blue) = 210+74+146=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24A92 is #2DB56D. Grayscale: #7A7A7A. Windows color (decimal): -2995566 or 9587410. OLE color: 9587410.
HSL color Cylindrical-coordinate representation of color #D24A92: hue angle of 328.24º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24A92 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 146 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.18 |
| HSL | 328.24º | 0.6% | 0.56% | - |
| HSV(B) | 328.24º | 0.65% | 0.82% | - |
| XYZ | 34.22 | 20.67 | 29.38 | - |
| YUV | 122.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 146 | 0 | 0.65 | 0.30 | 0.18 | 328.24 | 0.6 | 0.56 |
| Hex | D2 | 4A | 92 | 0 | 41 | 1E | 12 | 148 | 3C | 38 |
| Octal | 322 | 112 | 222 | 0 | 101 | 36 | 22 | 510 | 74 | 70 |
| Binary | 11010010 | 1001010 | 10010010 | 0 | 1000001 | 11110 | 10010 | 101001000 | 111100 | 111000 |
Color Harmonies of #D24A92
Complementary color
Monochromatic Colors of #D24A92
Black with #D24A92
Text Example
Text Example
White with #D24A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A92; }
p { color: rgb(210,74,146); }
H1.HeaderClassName
{
color: #D24A92;
}
.AnyTagClassName
{
color: #D24A92;
}
</style>
background-color css
<style>
a { background-color: #D24A92; }
a { background-color: rgb(210,74,146); }
div.DivClassName
{
background-color: #D24A92;
}
.BgClassName
{
background-color: #D24A92;
}
</style>
border-color css
<style>
span { border-color: #D24A92; }
span { border-color: rgb(210,74,146); }
td.TdClassName
{
border-color: #D24A92;
}
.TagClassName
{
border-color: #D24A92;
}
</style>