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