Shades of Deep Cerise #DC3F96
Tints of Deep Cerise #DC3F96
RGB
CMYK
RGB Variations
Color information
#DC3F96 (or 0xDC3F96) is known color: Deep Cerise. HEX triplet: DC, 3F and 96. RGB value is (220,63,150). Sum of RGB (Red+Green+Blue) = 220+63+150=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F96 is #23C069. Grayscale: #777777. Windows color (decimal): -2343018 or 9846748. OLE color: 9846748.
HSL color Cylindrical-coordinate representation of color #DC3F96: hue angle of 326.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F96 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 150 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.14 |
| HSL | 326.75º | 0.69% | 0.55% | - |
| HSV(B) | 326.75º | 0.71% | 0.86% | - |
| XYZ | 36.8 | 20.97 | 30.96 | - |
| YUV | 119.86 | 145.01 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 150 | 0 | 0.71 | 0.32 | 0.14 | 326.75 | 0.69 | 0.55 |
| Hex | DC | 3F | 96 | 0 | 47 | 20 | E | 147 | 45 | 37 |
| Octal | 334 | 77 | 226 | 0 | 107 | 40 | 16 | 507 | 105 | 67 |
| Binary | 11011100 | 111111 | 10010110 | 0 | 1000111 | 100000 | 1110 | 101000111 | 1000101 | 110111 |
Color Harmonies of #DC3F96
Complementary color
Monochromatic Colors of #DC3F96
Black with #DC3F96
Text Example
Text Example
White with #DC3F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F96; }
p { color: rgb(220,63,150); }
H1.HeaderClassName
{
color: #DC3F96;
}
.AnyTagClassName
{
color: #DC3F96;
}
</style>
background-color css
<style>
a { background-color: #DC3F96; }
a { background-color: rgb(220,63,150); }
div.DivClassName
{
background-color: #DC3F96;
}
.BgClassName
{
background-color: #DC3F96;
}
</style>
border-color css
<style>
span { border-color: #DC3F96; }
span { border-color: rgb(220,63,150); }
td.TdClassName
{
border-color: #DC3F96;
}
.TagClassName
{
border-color: #DC3F96;
}
</style>