Shades of Deep Cerise #DC23A2
Tints of Deep Cerise #DC23A2
RGB
CMYK
RGB Variations
Color information
#DC23A2 (or 0xDC23A2) is known color: Deep Cerise. HEX triplet: DC, 23 and A2. RGB value is (220,35,162). Sum of RGB (Red+Green+Blue) = 220+35+162=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC23A2 is #23DC5D. Grayscale: #686868. Windows color (decimal): -2350174 or 10626012. OLE color: 10626012.
HSL color Cylindrical-coordinate representation of color #DC23A2: hue angle of 318.81º degrees, saturation: 0.73, 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 #DC23A2 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 162 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.14 |
| HSL | 318.81º | 0.73% | 0.5% | - |
| HSV(B) | 318.81º | 0.84% | 0.86% | - |
| XYZ | 36.64 | 19.03 | 35.92 | - |
| YUV | 104.79 | 160.29 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 162 | 0 | 0.84 | 0.26 | 0.14 | 318.81 | 0.73 | 0.5 |
| Hex | DC | 23 | A2 | 0 | 54 | 1A | E | 13F | 49 | 32 |
| Octal | 334 | 43 | 242 | 0 | 124 | 32 | 16 | 477 | 111 | 62 |
| Binary | 11011100 | 100011 | 10100010 | 0 | 1010100 | 11010 | 1110 | 100111111 | 1001001 | 110010 |
Color Harmonies of #DC23A2
Complementary color
Monochromatic Colors of #DC23A2
Black with #DC23A2
Text Example
Text Example
White with #DC23A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23A2; }
p { color: rgb(220,35,162); }
H1.HeaderClassName
{
color: #DC23A2;
}
.AnyTagClassName
{
color: #DC23A2;
}
</style>
background-color css
<style>
a { background-color: #DC23A2; }
a { background-color: rgb(220,35,162); }
div.DivClassName
{
background-color: #DC23A2;
}
.BgClassName
{
background-color: #DC23A2;
}
</style>
border-color css
<style>
span { border-color: #DC23A2; }
span { border-color: rgb(220,35,162); }
td.TdClassName
{
border-color: #DC23A2;
}
.TagClassName
{
border-color: #DC23A2;
}
</style>