Shades of Mulberry #D653AA
Tints of Mulberry #D653AA
RGB
CMYK
RGB Variations
Color information
#D653AA (or 0xD653AA) is known color: Mulberry. HEX triplet: D6, 53 and AA. RGB value is (214,83,170). Sum of RGB (Red+Green+Blue) = 214+83+170=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D653AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D653AA is #29AC55. Grayscale: #838383. Windows color (decimal): -2731094 or 11162582. OLE color: 11162582.
HSL color Cylindrical-coordinate representation of color #D653AA: hue angle of 320.15º degrees, saturation: 0.62, 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 #D653AA is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 170 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.16 |
| HSL | 320.15º | 0.62% | 0.58% | - |
| HSV(B) | 320.15º | 0.61% | 0.84% | - |
| XYZ | 38.08 | 23.38 | 40.54 | - |
| YUV | 132.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 170 | 0 | 0.61 | 0.21 | 0.16 | 320.15 | 0.62 | 0.58 |
| Hex | D6 | 53 | AA | 0 | 3D | 15 | 10 | 140 | 3E | 3A |
| Octal | 326 | 123 | 252 | 0 | 75 | 25 | 20 | 500 | 76 | 72 |
| Binary | 11010110 | 1010011 | 10101010 | 0 | 111101 | 10101 | 10000 | 101000000 | 111110 | 111010 |
Color Harmonies of #D653AA
Complementary color
Monochromatic Colors of #D653AA
Black with #D653AA
Text Example
Text Example
White with #D653AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D653AA; }
p { color: rgb(214,83,170); }
H1.HeaderClassName
{
color: #D653AA;
}
.AnyTagClassName
{
color: #D653AA;
}
</style>
background-color css
<style>
a { background-color: #D653AA; }
a { background-color: rgb(214,83,170); }
div.DivClassName
{
background-color: #D653AA;
}
.BgClassName
{
background-color: #D653AA;
}
</style>
border-color css
<style>
span { border-color: #D653AA; }
span { border-color: rgb(214,83,170); }
td.TdClassName
{
border-color: #D653AA;
}
.TagClassName
{
border-color: #D653AA;
}
</style>