Shades of Mulberry #DD4F92
Tints of Mulberry #DD4F92
RGB
CMYK
RGB Variations
Color information
#DD4F92 (or 0xDD4F92) is known color: Mulberry. HEX triplet: DD, 4F and 92. RGB value is (221,79,146). Sum of RGB (Red+Green+Blue) = 221+79+146=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F92 is #22B06D. Grayscale: #808080. Windows color (decimal): -2273390 or 9588701. OLE color: 9588701.
HSL color Cylindrical-coordinate representation of color #DD4F92: hue angle of 331.69º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4F92 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 79 | 146 | - |
CMYK | 0 | 0.64 | 0.34 | 0.13 |
HSL | 331.69º | 0.68% | 0.59% | - |
HSV(B) | 331.69º | 0.64% | 0.87% | - |
XYZ | 37.8 | 23.04 | 29.65 | - |
YUV | 129.1 | 137.54 | 193.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 79 | 146 | 0 | 0.64 | 0.34 | 0.13 | 331.69 | 0.68 | 0.59 |
Hex | DD | 4F | 92 | 0 | 40 | 22 | D | 14C | 44 | 3B |
Octal | 335 | 117 | 222 | 0 | 100 | 42 | 15 | 514 | 104 | 73 |
Binary | 11011101 | 1001111 | 10010010 | 0 | 1000000 | 100010 | 1101 | 101001100 | 1000100 | 111011 |
Color Harmonies of #DD4F92
Complementary color
Monochromatic Colors of #DD4F92
Black with #DD4F92
Text Example
Text Example
White with #DD4F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F92; }
p { color: rgb(221,79,146); }
H1.HeaderClassName
{
color: #DD4F92;
}
.AnyTagClassName
{
color: #DD4F92;
}
</style>
background-color css
<style>
a { background-color: #DD4F92; }
a { background-color: rgb(221,79,146); }
div.DivClassName
{
background-color: #DD4F92;
}
.BgClassName
{
background-color: #DD4F92;
}
</style>
border-color css
<style>
span { border-color: #DD4F92; }
span { border-color: rgb(221,79,146); }
td.TdClassName
{
border-color: #DD4F92;
}
.TagClassName
{
border-color: #DD4F92;
}
</style>