Shades of Deep Cerise #DC23A3
Tints of Deep Cerise #DC23A3
RGB
CMYK
RGB Variations
Color information
#DC23A3 (or 0xDC23A3) is known color: Deep Cerise. HEX triplet: DC, 23 and A3. RGB value is (220,35,163). Sum of RGB (Red+Green+Blue) = 220+35+163=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC23A3 is #23DC5C. Grayscale: #686868. Windows color (decimal): -2350173 or 10691548. OLE color: 10691548.
HSL color Cylindrical-coordinate representation of color #DC23A3: hue angle of 318.49º 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 #DC23A3 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 163 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.14 |
| HSL | 318.49º | 0.73% | 0.5% | - |
| HSV(B) | 318.49º | 0.84% | 0.86% | - |
| XYZ | 36.73 | 19.06 | 36.39 | - |
| YUV | 104.91 | 160.79 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 163 | 0 | 0.84 | 0.26 | 0.14 | 318.49 | 0.73 | 0.5 |
| Hex | DC | 23 | A3 | 0 | 54 | 1A | E | 13E | 49 | 32 |
| Octal | 334 | 43 | 243 | 0 | 124 | 32 | 16 | 476 | 111 | 62 |
| Binary | 11011100 | 100011 | 10100011 | 0 | 1010100 | 11010 | 1110 | 100111110 | 1001001 | 110010 |
Color Harmonies of #DC23A3
Complementary color
Monochromatic Colors of #DC23A3
Black with #DC23A3
Text Example
Text Example
White with #DC23A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23A3; }
p { color: rgb(220,35,163); }
H1.HeaderClassName
{
color: #DC23A3;
}
.AnyTagClassName
{
color: #DC23A3;
}
</style>
background-color css
<style>
a { background-color: #DC23A3; }
a { background-color: rgb(220,35,163); }
div.DivClassName
{
background-color: #DC23A3;
}
.BgClassName
{
background-color: #DC23A3;
}
</style>
border-color css
<style>
span { border-color: #DC23A3; }
span { border-color: rgb(220,35,163); }
td.TdClassName
{
border-color: #DC23A3;
}
.TagClassName
{
border-color: #DC23A3;
}
</style>