Shades of Deep Cerise #DC3F9C
Tints of Deep Cerise #DC3F9C
RGB
CMYK
RGB Variations
Color information
#DC3F9C (or 0xDC3F9C) is known color: Deep Cerise. HEX triplet: DC, 3F and 9C. RGB value is (220,63,156). Sum of RGB (Red+Green+Blue) = 220+63+156=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F9C is #23C063. Grayscale: #787878. Windows color (decimal): -2343012 or 10239964. OLE color: 10239964.
HSL color Cylindrical-coordinate representation of color #DC3F9C: hue angle of 324.46º 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 #DC3F9C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 156 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.14 |
| HSL | 324.46º | 0.69% | 0.55% | - |
| HSV(B) | 324.46º | 0.71% | 0.86% | - |
| XYZ | 37.29 | 21.17 | 33.57 | - |
| YUV | 120.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 156 | 0 | 0.71 | 0.29 | 0.14 | 324.46 | 0.69 | 0.55 |
| Hex | DC | 3F | 9C | 0 | 47 | 1D | E | 144 | 45 | 37 |
| Octal | 334 | 77 | 234 | 0 | 107 | 35 | 16 | 504 | 105 | 67 |
| Binary | 11011100 | 111111 | 10011100 | 0 | 1000111 | 11101 | 1110 | 101000100 | 1000101 | 110111 |
Color Harmonies of #DC3F9C
Complementary color
Monochromatic Colors of #DC3F9C
Black with #DC3F9C
Text Example
Text Example
White with #DC3F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F9C; }
p { color: rgb(220,63,156); }
H1.HeaderClassName
{
color: #DC3F9C;
}
.AnyTagClassName
{
color: #DC3F9C;
}
</style>
background-color css
<style>
a { background-color: #DC3F9C; }
a { background-color: rgb(220,63,156); }
div.DivClassName
{
background-color: #DC3F9C;
}
.BgClassName
{
background-color: #DC3F9C;
}
</style>
border-color css
<style>
span { border-color: #DC3F9C; }
span { border-color: rgb(220,63,156); }
td.TdClassName
{
border-color: #DC3F9C;
}
.TagClassName
{
border-color: #DC3F9C;
}
</style>