Shades of Mulberry #DA4A92
Tints of Mulberry #DA4A92
RGB
CMYK
RGB Variations
Color information
#DA4A92 (or 0xDA4A92) is known color: Mulberry. HEX triplet: DA, 4A and 92. RGB value is (218,74,146). Sum of RGB (Red+Green+Blue) = 218+74+146=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4A92 is #25B56D. Grayscale: #7D7D7D. Windows color (decimal): -2471278 or 9587418. OLE color: 9587418.
HSL color Cylindrical-coordinate representation of color #DA4A92: hue angle of 330º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4A92 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 146 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.15 |
| HSL | 330º | 0.66% | 0.57% | - |
| HSV(B) | 330º | 0.66% | 0.85% | - |
| XYZ | 36.55 | 21.88 | 29.49 | - |
| YUV | 125.26 | 139.71 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 146 | 0 | 0.66 | 0.33 | 0.15 | 330 | 0.66 | 0.57 |
| Hex | DA | 4A | 92 | 0 | 42 | 21 | F | 14A | 42 | 39 |
| Octal | 332 | 112 | 222 | 0 | 102 | 41 | 17 | 512 | 102 | 71 |
| Binary | 11011010 | 1001010 | 10010010 | 0 | 1000010 | 100001 | 1111 | 101001010 | 1000010 | 111001 |
Color Harmonies of #DA4A92
Complementary color
Monochromatic Colors of #DA4A92
Black with #DA4A92
Text Example
Text Example
White with #DA4A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A92; }
p { color: rgb(218,74,146); }
H1.HeaderClassName
{
color: #DA4A92;
}
.AnyTagClassName
{
color: #DA4A92;
}
</style>
background-color css
<style>
a { background-color: #DA4A92; }
a { background-color: rgb(218,74,146); }
div.DivClassName
{
background-color: #DA4A92;
}
.BgClassName
{
background-color: #DA4A92;
}
</style>
border-color css
<style>
span { border-color: #DA4A92; }
span { border-color: rgb(218,74,146); }
td.TdClassName
{
border-color: #DA4A92;
}
.TagClassName
{
border-color: #DA4A92;
}
</style>