Shades of Deep Cerise #DC3F94
Tints of Deep Cerise #DC3F94
RGB
CMYK
RGB Variations
Color information
#DC3F94 (or 0xDC3F94) is known color: Deep Cerise. HEX triplet: DC, 3F and 94. RGB value is (220,63,148). Sum of RGB (Red+Green+Blue) = 220+63+148=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F94 is #23C06B. Grayscale: #777777. Windows color (decimal): -2343020 or 9715676. OLE color: 9715676.
HSL color Cylindrical-coordinate representation of color #DC3F94: hue angle of 327.52º 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 #DC3F94 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 148 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.14 |
| HSL | 327.52º | 0.69% | 0.55% | - |
| HSV(B) | 327.52º | 0.71% | 0.86% | - |
| XYZ | 36.64 | 20.91 | 30.12 | - |
| YUV | 119.63 | 144.01 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 148 | 0 | 0.71 | 0.33 | 0.14 | 327.52 | 0.69 | 0.55 |
| Hex | DC | 3F | 94 | 0 | 47 | 21 | E | 148 | 45 | 37 |
| Octal | 334 | 77 | 224 | 0 | 107 | 41 | 16 | 510 | 105 | 67 |
| Binary | 11011100 | 111111 | 10010100 | 0 | 1000111 | 100001 | 1110 | 101001000 | 1000101 | 110111 |
Color Harmonies of #DC3F94
Complementary color
Monochromatic Colors of #DC3F94
Black with #DC3F94
Text Example
Text Example
White with #DC3F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F94; }
p { color: rgb(220,63,148); }
H1.HeaderClassName
{
color: #DC3F94;
}
.AnyTagClassName
{
color: #DC3F94;
}
</style>
background-color css
<style>
a { background-color: #DC3F94; }
a { background-color: rgb(220,63,148); }
div.DivClassName
{
background-color: #DC3F94;
}
.BgClassName
{
background-color: #DC3F94;
}
</style>
border-color css
<style>
span { border-color: #DC3F94; }
span { border-color: rgb(220,63,148); }
td.TdClassName
{
border-color: #DC3F94;
}
.TagClassName
{
border-color: #DC3F94;
}
</style>