Shades of Mulberry #D64692
Tints of Mulberry #D64692
RGB
CMYK
RGB Variations
Color information
#D64692 (or 0xD64692) is known color: Mulberry. HEX triplet: D6, 46 and 92. RGB value is (214,70,146). Sum of RGB (Red+Green+Blue) = 214+70+146=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D64692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64692 is #29B96D. Grayscale: #797979. Windows color (decimal): -2734446 or 9586390. OLE color: 9586390.
HSL color Cylindrical-coordinate representation of color #D64692: hue angle of 328.33º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64692 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 146 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.16 |
| HSL | 328.33º | 0.64% | 0.56% | - |
| HSV(B) | 328.33º | 0.67% | 0.84% | - |
| XYZ | 35.11 | 20.75 | 29.35 | - |
| YUV | 121.72 | 141.71 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 146 | 0 | 0.67 | 0.32 | 0.16 | 328.33 | 0.64 | 0.56 |
| Hex | D6 | 46 | 92 | 0 | 43 | 20 | 10 | 148 | 40 | 38 |
| Octal | 326 | 106 | 222 | 0 | 103 | 40 | 20 | 510 | 100 | 70 |
| Binary | 11010110 | 1000110 | 10010010 | 0 | 1000011 | 100000 | 10000 | 101001000 | 1000000 | 111000 |
Color Harmonies of #D64692
Complementary color
Monochromatic Colors of #D64692
Black with #D64692
Text Example
Text Example
White with #D64692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64692; }
p { color: rgb(214,70,146); }
H1.HeaderClassName
{
color: #D64692;
}
.AnyTagClassName
{
color: #D64692;
}
</style>
background-color css
<style>
a { background-color: #D64692; }
a { background-color: rgb(214,70,146); }
div.DivClassName
{
background-color: #D64692;
}
.BgClassName
{
background-color: #D64692;
}
</style>
border-color css
<style>
span { border-color: #D64692; }
span { border-color: rgb(214,70,146); }
td.TdClassName
{
border-color: #D64692;
}
.TagClassName
{
border-color: #D64692;
}
</style>