Shades of Deep Cerise #DC3E98
Tints of Deep Cerise #DC3E98
RGB
CMYK
RGB Variations
Color information
#DC3E98 (or 0xDC3E98) is known color: Deep Cerise. HEX triplet: DC, 3E and 98. RGB value is (220,62,152). Sum of RGB (Red+Green+Blue) = 220+62+152=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3E98 is #23C167. Grayscale: #777777. Windows color (decimal): -2343272 or 9977564. OLE color: 9977564.
HSL color Cylindrical-coordinate representation of color #DC3E98: hue angle of 325.82º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3E98 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 152 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.14 |
| HSL | 325.82º | 0.69% | 0.55% | - |
| HSV(B) | 325.82º | 0.72% | 0.86% | - |
| XYZ | 36.91 | 20.93 | 31.8 | - |
| YUV | 119.5 | 146.35 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 152 | 0 | 0.72 | 0.31 | 0.14 | 325.82 | 0.69 | 0.55 |
| Hex | DC | 3E | 98 | 0 | 48 | 1F | E | 146 | 45 | 37 |
| Octal | 334 | 76 | 230 | 0 | 110 | 37 | 16 | 506 | 105 | 67 |
| Binary | 11011100 | 111110 | 10011000 | 0 | 1001000 | 11111 | 1110 | 101000110 | 1000101 | 110111 |
Color Harmonies of #DC3E98
Complementary color
Monochromatic Colors of #DC3E98
Black with #DC3E98
Text Example
Text Example
White with #DC3E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E98; }
p { color: rgb(220,62,152); }
H1.HeaderClassName
{
color: #DC3E98;
}
.AnyTagClassName
{
color: #DC3E98;
}
</style>
background-color css
<style>
a { background-color: #DC3E98; }
a { background-color: rgb(220,62,152); }
div.DivClassName
{
background-color: #DC3E98;
}
.BgClassName
{
background-color: #DC3E98;
}
</style>
border-color css
<style>
span { border-color: #DC3E98; }
span { border-color: rgb(220,62,152); }
td.TdClassName
{
border-color: #DC3E98;
}
.TagClassName
{
border-color: #DC3E98;
}
</style>