Shades of Deep Cerise #DC25A1
Tints of Deep Cerise #DC25A1
RGB
CMYK
RGB Variations
Color information
#DC25A1 (or 0xDC25A1) is known color: Deep Cerise. HEX triplet: DC, 25 and A1. RGB value is (220,37,161). Sum of RGB (Red+Green+Blue) = 220+37+161=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC25A1 is #23DA5E. Grayscale: #696969. Windows color (decimal): -2349663 or 10560988. OLE color: 10560988.
HSL color Cylindrical-coordinate representation of color #DC25A1: hue angle of 319.34º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC25A1 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 161 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.14 |
| HSL | 319.34º | 0.72% | 0.5% | - |
| HSV(B) | 319.34º | 0.83% | 0.86% | - |
| XYZ | 36.61 | 19.11 | 35.48 | - |
| YUV | 105.85 | 159.13 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 161 | 0 | 0.83 | 0.27 | 0.14 | 319.34 | 0.72 | 0.5 |
| Hex | DC | 25 | A1 | 0 | 53 | 1B | E | 13F | 48 | 32 |
| Octal | 334 | 45 | 241 | 0 | 123 | 33 | 16 | 477 | 110 | 62 |
| Binary | 11011100 | 100101 | 10100001 | 0 | 1010011 | 11011 | 1110 | 100111111 | 1001000 | 110010 |
Color Harmonies of #DC25A1
Complementary color
Monochromatic Colors of #DC25A1
Black with #DC25A1
Text Example
Text Example
White with #DC25A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25A1; }
p { color: rgb(220,37,161); }
H1.HeaderClassName
{
color: #DC25A1;
}
.AnyTagClassName
{
color: #DC25A1;
}
</style>
background-color css
<style>
a { background-color: #DC25A1; }
a { background-color: rgb(220,37,161); }
div.DivClassName
{
background-color: #DC25A1;
}
.BgClassName
{
background-color: #DC25A1;
}
</style>
border-color css
<style>
span { border-color: #DC25A1; }
span { border-color: rgb(220,37,161); }
td.TdClassName
{
border-color: #DC25A1;
}
.TagClassName
{
border-color: #DC25A1;
}
</style>