Shades of Deep Cerise #D63398
Tints of Deep Cerise #D63398
RGB
CMYK
RGB Variations
Color information
#D63398 (or 0xD63398) is known color: Deep Cerise. HEX triplet: D6, 33 and 98. RGB value is (214,51,152). Sum of RGB (Red+Green+Blue) = 214+51+152=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D63398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63398 is #29CC67. Grayscale: #6F6F6F. Windows color (decimal): -2739304 or 9974742. OLE color: 9974742.
HSL color Cylindrical-coordinate representation of color #D63398: hue angle of 322.82º degrees, saturation: 0.67, 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 #D63398 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 152 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.16 |
| HSL | 322.82º | 0.67% | 0.52% | - |
| HSV(B) | 322.82º | 0.76% | 0.84% | - |
| XYZ | 34.58 | 18.93 | 31.54 | - |
| YUV | 111.25 | 151 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 152 | 0 | 0.76 | 0.29 | 0.16 | 322.82 | 0.67 | 0.52 |
| Hex | D6 | 33 | 98 | 0 | 4C | 1D | 10 | 143 | 43 | 34 |
| Octal | 326 | 63 | 230 | 0 | 114 | 35 | 20 | 503 | 103 | 64 |
| Binary | 11010110 | 110011 | 10011000 | 0 | 1001100 | 11101 | 10000 | 101000011 | 1000011 | 110100 |
Color Harmonies of #D63398
Complementary color
Monochromatic Colors of #D63398
Black with #D63398
Text Example
Text Example
White with #D63398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63398; }
p { color: rgb(214,51,152); }
H1.HeaderClassName
{
color: #D63398;
}
.AnyTagClassName
{
color: #D63398;
}
</style>
background-color css
<style>
a { background-color: #D63398; }
a { background-color: rgb(214,51,152); }
div.DivClassName
{
background-color: #D63398;
}
.BgClassName
{
background-color: #D63398;
}
</style>
border-color css
<style>
span { border-color: #D63398; }
span { border-color: rgb(214,51,152); }
td.TdClassName
{
border-color: #D63398;
}
.TagClassName
{
border-color: #D63398;
}
</style>