Shades of Deep Cerise #D63AAB
Tints of Deep Cerise #D63AAB
RGB
CMYK
RGB Variations
Color information
#D63AAB (or 0xD63AAB) is known color: Deep Cerise. HEX triplet: D6, 3A and AB. RGB value is (214,58,171). Sum of RGB (Red+Green+Blue) = 214+58+171=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63AAB is #29C554. Grayscale: #757575. Windows color (decimal): -2737493 or 11221718. OLE color: 11221718.
HSL color Cylindrical-coordinate representation of color #D63AAB: hue angle of 316.54º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63AAB is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 171 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.16 |
| HSL | 316.54º | 0.66% | 0.53% | - |
| HSV(B) | 316.54º | 0.73% | 0.84% | - |
| XYZ | 36.6 | 20.26 | 40.51 | - |
| YUV | 117.53 | 158.18 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 171 | 0 | 0.73 | 0.20 | 0.16 | 316.54 | 0.66 | 0.53 |
| Hex | D6 | 3A | AB | 0 | 49 | 14 | 10 | 13D | 42 | 35 |
| Octal | 326 | 72 | 253 | 0 | 111 | 24 | 20 | 475 | 102 | 65 |
| Binary | 11010110 | 111010 | 10101011 | 0 | 1001001 | 10100 | 10000 | 100111101 | 1000010 | 110101 |
Color Harmonies of #D63AAB
Complementary color
Monochromatic Colors of #D63AAB
Black with #D63AAB
Text Example
Text Example
White with #D63AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63AAB; }
p { color: rgb(214,58,171); }
H1.HeaderClassName
{
color: #D63AAB;
}
.AnyTagClassName
{
color: #D63AAB;
}
</style>
background-color css
<style>
a { background-color: #D63AAB; }
a { background-color: rgb(214,58,171); }
div.DivClassName
{
background-color: #D63AAB;
}
.BgClassName
{
background-color: #D63AAB;
}
</style>
border-color css
<style>
span { border-color: #D63AAB; }
span { border-color: rgb(214,58,171); }
td.TdClassName
{
border-color: #D63AAB;
}
.TagClassName
{
border-color: #D63AAB;
}
</style>