Shades of Deep Cerise #D63BA3
Tints of Deep Cerise #D63BA3
RGB
CMYK
RGB Variations
Color information
#D63BA3 (or 0xD63BA3) is known color: Deep Cerise. HEX triplet: D6, 3B and A3. RGB value is (214,59,163). Sum of RGB (Red+Green+Blue) = 214+59+163=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63BA3 is #29C45C. Grayscale: #747474. Windows color (decimal): -2737245 or 10697686. OLE color: 10697686.
HSL color Cylindrical-coordinate representation of color #D63BA3: hue angle of 319.74º 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 #D63BA3 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 163 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.16 |
| HSL | 319.74º | 0.65% | 0.54% | - |
| HSV(B) | 319.74º | 0.72% | 0.84% | - |
| XYZ | 35.91 | 20.07 | 36.63 | - |
| YUV | 117.2 | 153.85 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 163 | 0 | 0.72 | 0.24 | 0.16 | 319.74 | 0.65 | 0.54 |
| Hex | D6 | 3B | A3 | 0 | 48 | 18 | 10 | 140 | 41 | 36 |
| Octal | 326 | 73 | 243 | 0 | 110 | 30 | 20 | 500 | 101 | 66 |
| Binary | 11010110 | 111011 | 10100011 | 0 | 1001000 | 11000 | 10000 | 101000000 | 1000001 | 110110 |
Color Harmonies of #D63BA3
Complementary color
Monochromatic Colors of #D63BA3
Black with #D63BA3
Text Example
Text Example
White with #D63BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63BA3; }
p { color: rgb(214,59,163); }
H1.HeaderClassName
{
color: #D63BA3;
}
.AnyTagClassName
{
color: #D63BA3;
}
</style>
background-color css
<style>
a { background-color: #D63BA3; }
a { background-color: rgb(214,59,163); }
div.DivClassName
{
background-color: #D63BA3;
}
.BgClassName
{
background-color: #D63BA3;
}
</style>
border-color css
<style>
span { border-color: #D63BA3; }
span { border-color: rgb(214,59,163); }
td.TdClassName
{
border-color: #D63BA3;
}
.TagClassName
{
border-color: #D63BA3;
}
</style>