Shades of Deep Cerise #DC248A
Tints of Deep Cerise #DC248A
RGB
CMYK
RGB Variations
Color information
#DC248A (or 0xDC248A) is known color: Deep Cerise. HEX triplet: DC, 24 and 8A. RGB value is (220,36,138). Sum of RGB (Red+Green+Blue) = 220+36+138=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC248A is #23DB75. Grayscale: #666666. Windows color (decimal): -2349942 or 9053404. OLE color: 9053404.
HSL color Cylindrical-coordinate representation of color #DC248A: hue angle of 326.74º 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 #DC248A is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 138 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.14 |
| HSL | 326.74º | 0.72% | 0.5% | - |
| HSV(B) | 326.74º | 0.84% | 0.86% | - |
| XYZ | 34.73 | 18.31 | 25.75 | - |
| YUV | 102.64 | 147.96 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 138 | 0 | 0.84 | 0.37 | 0.14 | 326.74 | 0.72 | 0.5 |
| Hex | DC | 24 | 8A | 0 | 54 | 25 | E | 147 | 48 | 32 |
| Octal | 334 | 44 | 212 | 0 | 124 | 45 | 16 | 507 | 110 | 62 |
| Binary | 11011100 | 100100 | 10001010 | 0 | 1010100 | 100101 | 1110 | 101000111 | 1001000 | 110010 |
Color Harmonies of #DC248A
Complementary color
Monochromatic Colors of #DC248A
Black with #DC248A
Text Example
Text Example
White with #DC248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC248A; }
p { color: rgb(220,36,138); }
H1.HeaderClassName
{
color: #DC248A;
}
.AnyTagClassName
{
color: #DC248A;
}
</style>
background-color css
<style>
a { background-color: #DC248A; }
a { background-color: rgb(220,36,138); }
div.DivClassName
{
background-color: #DC248A;
}
.BgClassName
{
background-color: #DC248A;
}
</style>
border-color css
<style>
span { border-color: #DC248A; }
span { border-color: rgb(220,36,138); }
td.TdClassName
{
border-color: #DC248A;
}
.TagClassName
{
border-color: #DC248A;
}
</style>