Shades of Mulberry #D65490
Tints of Mulberry #D65490
RGB
CMYK
RGB Variations
Color information
#D65490 (or 0xD65490) is known color: Mulberry. HEX triplet: D6, 54 and 90. RGB value is (214,84,144). Sum of RGB (Red+Green+Blue) = 214+84+144=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D65490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65490 is #29AB6F. Grayscale: #818181. Windows color (decimal): -2730864 or 9458902. OLE color: 9458902.
HSL color Cylindrical-coordinate representation of color #D65490: hue angle of 332.31º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65490 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 144 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.16 |
| HSL | 332.31º | 0.61% | 0.58% | - |
| HSV(B) | 332.31º | 0.61% | 0.84% | - |
| XYZ | 35.94 | 22.65 | 28.86 | - |
| YUV | 129.71 | 136.07 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 144 | 0 | 0.61 | 0.33 | 0.16 | 332.31 | 0.61 | 0.58 |
| Hex | D6 | 54 | 90 | 0 | 3D | 21 | 10 | 14C | 3D | 3A |
| Octal | 326 | 124 | 220 | 0 | 75 | 41 | 20 | 514 | 75 | 72 |
| Binary | 11010110 | 1010100 | 10010000 | 0 | 111101 | 100001 | 10000 | 101001100 | 111101 | 111010 |
Color Harmonies of #D65490
Complementary color
Monochromatic Colors of #D65490
Black with #D65490
Text Example
Text Example
White with #D65490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65490; }
p { color: rgb(214,84,144); }
H1.HeaderClassName
{
color: #D65490;
}
.AnyTagClassName
{
color: #D65490;
}
</style>
background-color css
<style>
a { background-color: #D65490; }
a { background-color: rgb(214,84,144); }
div.DivClassName
{
background-color: #D65490;
}
.BgClassName
{
background-color: #D65490;
}
</style>
border-color css
<style>
span { border-color: #D65490; }
span { border-color: rgb(214,84,144); }
td.TdClassName
{
border-color: #D65490;
}
.TagClassName
{
border-color: #D65490;
}
</style>