Shades of Mulberry #D65290
Tints of Mulberry #D65290
RGB
CMYK
RGB Variations
Color information
#D65290 (or 0xD65290) is known color: Mulberry. HEX triplet: D6, 52 and 90. RGB value is (214,82,144). Sum of RGB (Red+Green+Blue) = 214+82+144=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D65290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65290 is #29AD6F. Grayscale: #808080. Windows color (decimal): -2731376 or 9458390. OLE color: 9458390.
HSL color Cylindrical-coordinate representation of color #D65290: hue angle of 331.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65290 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 144 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.16 |
| HSL | 331.82º | 0.62% | 0.58% | - |
| HSV(B) | 331.82º | 0.62% | 0.84% | - |
| XYZ | 35.78 | 22.34 | 28.81 | - |
| YUV | 128.54 | 136.73 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 144 | 0 | 0.62 | 0.33 | 0.16 | 331.82 | 0.62 | 0.58 |
| Hex | D6 | 52 | 90 | 0 | 3E | 21 | 10 | 14C | 3E | 3A |
| Octal | 326 | 122 | 220 | 0 | 76 | 41 | 20 | 514 | 76 | 72 |
| Binary | 11010110 | 1010010 | 10010000 | 0 | 111110 | 100001 | 10000 | 101001100 | 111110 | 111010 |
Color Harmonies of #D65290
Complementary color
Monochromatic Colors of #D65290
Black with #D65290
Text Example
Text Example
White with #D65290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65290; }
p { color: rgb(214,82,144); }
H1.HeaderClassName
{
color: #D65290;
}
.AnyTagClassName
{
color: #D65290;
}
</style>
background-color css
<style>
a { background-color: #D65290; }
a { background-color: rgb(214,82,144); }
div.DivClassName
{
background-color: #D65290;
}
.BgClassName
{
background-color: #D65290;
}
</style>
border-color css
<style>
span { border-color: #D65290; }
span { border-color: rgb(214,82,144); }
td.TdClassName
{
border-color: #D65290;
}
.TagClassName
{
border-color: #D65290;
}
</style>