Shades of Mulberry #D64992
Tints of Mulberry #D64992
RGB
CMYK
RGB Variations
Color information
#D64992 (or 0xD64992) is known color: Mulberry. HEX triplet: D6, 49 and 92. RGB value is (214,73,146). Sum of RGB (Red+Green+Blue) = 214+73+146=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D64992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64992 is #29B66D. Grayscale: #7B7B7B. Windows color (decimal): -2733678 or 9587158. OLE color: 9587158.
HSL color Cylindrical-coordinate representation of color #D64992: hue angle of 328.94º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64992 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 146 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.16 |
| HSL | 328.94º | 0.63% | 0.56% | - |
| HSV(B) | 328.94º | 0.66% | 0.84% | - |
| XYZ | 35.3 | 21.14 | 29.41 | - |
| YUV | 123.48 | 140.71 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 146 | 0 | 0.66 | 0.32 | 0.16 | 328.94 | 0.63 | 0.56 |
| Hex | D6 | 49 | 92 | 0 | 42 | 20 | 10 | 149 | 3F | 38 |
| Octal | 326 | 111 | 222 | 0 | 102 | 40 | 20 | 511 | 77 | 70 |
| Binary | 11010110 | 1001001 | 10010010 | 0 | 1000010 | 100000 | 10000 | 101001001 | 111111 | 111000 |
Color Harmonies of #D64992
Complementary color
Monochromatic Colors of #D64992
Black with #D64992
Text Example
Text Example
White with #D64992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64992; }
p { color: rgb(214,73,146); }
H1.HeaderClassName
{
color: #D64992;
}
.AnyTagClassName
{
color: #D64992;
}
</style>
background-color css
<style>
a { background-color: #D64992; }
a { background-color: rgb(214,73,146); }
div.DivClassName
{
background-color: #D64992;
}
.BgClassName
{
background-color: #D64992;
}
</style>
border-color css
<style>
span { border-color: #D64992; }
span { border-color: rgb(214,73,146); }
td.TdClassName
{
border-color: #D64992;
}
.TagClassName
{
border-color: #D64992;
}
</style>