Shades of Deep Cerise #D63F94
Tints of Deep Cerise #D63F94
RGB
CMYK
RGB Variations
Color information
#D63F94 (or 0xD63F94) is known color: Deep Cerise. HEX triplet: D6, 3F and 94. RGB value is (214,63,148). Sum of RGB (Red+Green+Blue) = 214+63+148=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63F94 is #29C06B. Grayscale: #757575. Windows color (decimal): -2736236 or 9715670. OLE color: 9715670.
HSL color Cylindrical-coordinate representation of color #D63F94: hue angle of 326.23º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63F94 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 148 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.16 |
| HSL | 326.23º | 0.65% | 0.54% | - |
| HSV(B) | 326.23º | 0.71% | 0.84% | - |
| XYZ | 34.85 | 19.99 | 30.04 | - |
| YUV | 117.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 148 | 0 | 0.71 | 0.31 | 0.16 | 326.23 | 0.65 | 0.54 |
| Hex | D6 | 3F | 94 | 0 | 47 | 1F | 10 | 146 | 41 | 36 |
| Octal | 326 | 77 | 224 | 0 | 107 | 37 | 20 | 506 | 101 | 66 |
| Binary | 11010110 | 111111 | 10010100 | 0 | 1000111 | 11111 | 10000 | 101000110 | 1000001 | 110110 |
Color Harmonies of #D63F94
Complementary color
Monochromatic Colors of #D63F94
Black with #D63F94
Text Example
Text Example
White with #D63F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F94; }
p { color: rgb(214,63,148); }
H1.HeaderClassName
{
color: #D63F94;
}
.AnyTagClassName
{
color: #D63F94;
}
</style>
background-color css
<style>
a { background-color: #D63F94; }
a { background-color: rgb(214,63,148); }
div.DivClassName
{
background-color: #D63F94;
}
.BgClassName
{
background-color: #D63F94;
}
</style>
border-color css
<style>
span { border-color: #D63F94; }
span { border-color: rgb(214,63,148); }
td.TdClassName
{
border-color: #D63F94;
}
.TagClassName
{
border-color: #D63F94;
}
</style>