Shades of Mulberry #D65099
Tints of Mulberry #D65099
RGB
CMYK
RGB Variations
Color information
#D65099 (or 0xD65099) is known color: Mulberry. HEX triplet: D6, 50 and 99. RGB value is (214,80,153). Sum of RGB (Red+Green+Blue) = 214+80+153=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D65099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65099 is #29AF66. Grayscale: #808080. Windows color (decimal): -2731879 or 10047702. OLE color: 10047702.
HSL color Cylindrical-coordinate representation of color #D65099: hue angle of 327.31º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65099 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 153 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.16 |
| HSL | 327.31º | 0.62% | 0.58% | - |
| HSV(B) | 327.31º | 0.63% | 0.84% | - |
| XYZ | 36.35 | 22.33 | 32.53 | - |
| YUV | 128.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 153 | 0 | 0.63 | 0.29 | 0.16 | 327.31 | 0.62 | 0.58 |
| Hex | D6 | 50 | 99 | 0 | 3F | 1D | 10 | 147 | 3E | 3A |
| Octal | 326 | 120 | 231 | 0 | 77 | 35 | 20 | 507 | 76 | 72 |
| Binary | 11010110 | 1010000 | 10011001 | 0 | 111111 | 11101 | 10000 | 101000111 | 111110 | 111010 |
Color Harmonies of #D65099
Complementary color
Monochromatic Colors of #D65099
Black with #D65099
Text Example
Text Example
White with #D65099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65099; }
p { color: rgb(214,80,153); }
H1.HeaderClassName
{
color: #D65099;
}
.AnyTagClassName
{
color: #D65099;
}
</style>
background-color css
<style>
a { background-color: #D65099; }
a { background-color: rgb(214,80,153); }
div.DivClassName
{
background-color: #D65099;
}
.BgClassName
{
background-color: #D65099;
}
</style>
border-color css
<style>
span { border-color: #D65099; }
span { border-color: rgb(214,80,153); }
td.TdClassName
{
border-color: #D65099;
}
.TagClassName
{
border-color: #D65099;
}
</style>