Shades of Deep Cerise #D63495
Tints of Deep Cerise #D63495
RGB
CMYK
RGB Variations
Color information
#D63495 (or 0xD63495) is known color: Deep Cerise. HEX triplet: D6, 34 and 95. RGB value is (214,52,149). Sum of RGB (Red+Green+Blue) = 214+52+149=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D63495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63495 is #29CB6A. Grayscale: #6F6F6F. Windows color (decimal): -2739051 or 9778390. OLE color: 9778390.
HSL color Cylindrical-coordinate representation of color #D63495: hue angle of 324.07º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63495 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 149 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.16 |
| HSL | 324.07º | 0.66% | 0.52% | - |
| HSV(B) | 324.07º | 0.76% | 0.84% | - |
| XYZ | 34.38 | 18.92 | 30.27 | - |
| YUV | 111.5 | 149.17 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 149 | 0 | 0.76 | 0.30 | 0.16 | 324.07 | 0.66 | 0.52 |
| Hex | D6 | 34 | 95 | 0 | 4C | 1E | 10 | 144 | 42 | 34 |
| Octal | 326 | 64 | 225 | 0 | 114 | 36 | 20 | 504 | 102 | 64 |
| Binary | 11010110 | 110100 | 10010101 | 0 | 1001100 | 11110 | 10000 | 101000100 | 1000010 | 110100 |
Color Harmonies of #D63495
Complementary color
Monochromatic Colors of #D63495
Black with #D63495
Text Example
Text Example
White with #D63495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63495; }
p { color: rgb(214,52,149); }
H1.HeaderClassName
{
color: #D63495;
}
.AnyTagClassName
{
color: #D63495;
}
</style>
background-color css
<style>
a { background-color: #D63495; }
a { background-color: rgb(214,52,149); }
div.DivClassName
{
background-color: #D63495;
}
.BgClassName
{
background-color: #D63495;
}
</style>
border-color css
<style>
span { border-color: #D63495; }
span { border-color: rgb(214,52,149); }
td.TdClassName
{
border-color: #D63495;
}
.TagClassName
{
border-color: #D63495;
}
</style>