Shades of Deep Cerise #DC3F9A
Tints of Deep Cerise #DC3F9A
RGB
CMYK
RGB Variations
Color information
#DC3F9A (or 0xDC3F9A) is known color: Deep Cerise. HEX triplet: DC, 3F and 9A. RGB value is (220,63,154). Sum of RGB (Red+Green+Blue) = 220+63+154=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F9A is #23C065. Grayscale: #787878. Windows color (decimal): -2343014 or 10108892. OLE color: 10108892.
HSL color Cylindrical-coordinate representation of color #DC3F9A: hue angle of 325.22º 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 #DC3F9A is Cyan = 0, Magento = 0.71, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 154 | - |
| CMYK | 0 | 0.71 | 0.3 | 0.14 |
| HSL | 325.22º | 0.69% | 0.55% | - |
| HSV(B) | 325.22º | 0.71% | 0.86% | - |
| XYZ | 37.13 | 21.1 | 32.69 | - |
| YUV | 120.32 | 147.01 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 154 | 0 | 0.71 | 0.3 | 0.14 | 325.22 | 0.69 | 0.55 |
| Hex | DC | 3F | 9A | 0 | 47 | 1E | E | 145 | 45 | 37 |
| Octal | 334 | 77 | 232 | 0 | 107 | 36 | 16 | 505 | 105 | 67 |
| Binary | 11011100 | 111111 | 10011010 | 0 | 1000111 | 11110 | 1110 | 101000101 | 1000101 | 110111 |
Color Harmonies of #DC3F9A
Complementary color
Monochromatic Colors of #DC3F9A
Black with #DC3F9A
Text Example
Text Example
White with #DC3F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F9A; }
p { color: rgb(220,63,154); }
H1.HeaderClassName
{
color: #DC3F9A;
}
.AnyTagClassName
{
color: #DC3F9A;
}
</style>
background-color css
<style>
a { background-color: #DC3F9A; }
a { background-color: rgb(220,63,154); }
div.DivClassName
{
background-color: #DC3F9A;
}
.BgClassName
{
background-color: #DC3F9A;
}
</style>
border-color css
<style>
span { border-color: #DC3F9A; }
span { border-color: rgb(220,63,154); }
td.TdClassName
{
border-color: #DC3F9A;
}
.TagClassName
{
border-color: #DC3F9A;
}
</style>