Shades of Deep Cerise #DC247E
Tints of Deep Cerise #DC247E
RGB
CMYK
RGB Variations
Color information
#DC247E (or 0xDC247E) is known color: Deep Cerise. HEX triplet: DC, 24 and 7E. RGB value is (220,36,126). Sum of RGB (Red+Green+Blue) = 220+36+126=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC247E is #23DB81. Grayscale: #656565. Windows color (decimal): -2349954 or 8266972. OLE color: 8266972.
HSL color Cylindrical-coordinate representation of color #DC247E: hue angle of 330.65º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC247E is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 126 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.14 |
| HSL | 330.65º | 0.72% | 0.5% | - |
| HSV(B) | 330.65º | 0.84% | 0.86% | - |
| XYZ | 33.91 | 17.98 | 21.42 | - |
| YUV | 101.28 | 141.96 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 126 | 0 | 0.84 | 0.43 | 0.14 | 330.65 | 0.72 | 0.5 |
| Hex | DC | 24 | 7E | 0 | 54 | 2B | E | 14B | 48 | 32 |
| Octal | 334 | 44 | 176 | 0 | 124 | 53 | 16 | 513 | 110 | 62 |
| Binary | 11011100 | 100100 | 1111110 | 0 | 1010100 | 101011 | 1110 | 101001011 | 1001000 | 110010 |
Color Harmonies of #DC247E
Complementary color
Monochromatic Colors of #DC247E
Black with #DC247E
Text Example
Text Example
White with #DC247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC247E; }
p { color: rgb(220,36,126); }
H1.HeaderClassName
{
color: #DC247E;
}
.AnyTagClassName
{
color: #DC247E;
}
</style>
background-color css
<style>
a { background-color: #DC247E; }
a { background-color: rgb(220,36,126); }
div.DivClassName
{
background-color: #DC247E;
}
.BgClassName
{
background-color: #DC247E;
}
</style>
border-color css
<style>
span { border-color: #DC247E; }
span { border-color: rgb(220,36,126); }
td.TdClassName
{
border-color: #DC247E;
}
.TagClassName
{
border-color: #DC247E;
}
</style>