Shades of Mulberry #D63CAD
Tints of Mulberry #D63CAD
RGB
CMYK
RGB Variations
Color information
#D63CAD (or 0xD63CAD) is known color: Mulberry. HEX triplet: D6, 3C and AD. RGB value is (214,60,173). Sum of RGB (Red+Green+Blue) = 214+60+173=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63CAD is #29C352. Grayscale: #767676. Windows color (decimal): -2736979 or 11353302. OLE color: 11353302.
HSL color Cylindrical-coordinate representation of color #D63CAD: hue angle of 315.97º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63CAD is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 173 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.16 |
| HSL | 315.97º | 0.65% | 0.54% | - |
| HSV(B) | 315.97º | 0.72% | 0.84% | - |
| XYZ | 36.89 | 20.54 | 41.56 | - |
| YUV | 118.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 173 | 0 | 0.72 | 0.19 | 0.16 | 315.97 | 0.65 | 0.54 |
| Hex | D6 | 3C | AD | 0 | 48 | 13 | 10 | 13C | 41 | 36 |
| Octal | 326 | 74 | 255 | 0 | 110 | 23 | 20 | 474 | 101 | 66 |
| Binary | 11010110 | 111100 | 10101101 | 0 | 1001000 | 10011 | 10000 | 100111100 | 1000001 | 110110 |
Color Harmonies of #D63CAD
Complementary color
Monochromatic Colors of #D63CAD
Black with #D63CAD
Text Example
Text Example
White with #D63CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63CAD; }
p { color: rgb(214,60,173); }
H1.HeaderClassName
{
color: #D63CAD;
}
.AnyTagClassName
{
color: #D63CAD;
}
</style>
background-color css
<style>
a { background-color: #D63CAD; }
a { background-color: rgb(214,60,173); }
div.DivClassName
{
background-color: #D63CAD;
}
.BgClassName
{
background-color: #D63CAD;
}
</style>
border-color css
<style>
span { border-color: #D63CAD; }
span { border-color: rgb(214,60,173); }
td.TdClassName
{
border-color: #D63CAD;
}
.TagClassName
{
border-color: #D63CAD;
}
</style>