Shades of Deep Cerise #DC2FA5
Tints of Deep Cerise #DC2FA5
RGB
CMYK
RGB Variations
Color information
#DC2FA5 (or 0xDC2FA5) is known color: Deep Cerise. HEX triplet: DC, 2F and A5. RGB value is (220,47,165). Sum of RGB (Red+Green+Blue) = 220+47+165=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2FA5 is #23D05A. Grayscale: #6F6F6F. Windows color (decimal): -2347099 or 10825692. OLE color: 10825692.
HSL color Cylindrical-coordinate representation of color #DC2FA5: hue angle of 319.08º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2FA5 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 165 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.14 |
| HSL | 319.08º | 0.71% | 0.52% | - |
| HSV(B) | 319.08º | 0.79% | 0.86% | - |
| XYZ | 37.32 | 19.97 | 37.48 | - |
| YUV | 112.18 | 157.81 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 165 | 0 | 0.79 | 0.25 | 0.14 | 319.08 | 0.71 | 0.52 |
| Hex | DC | 2F | A5 | 0 | 4F | 19 | E | 13F | 47 | 34 |
| Octal | 334 | 57 | 245 | 0 | 117 | 31 | 16 | 477 | 107 | 64 |
| Binary | 11011100 | 101111 | 10100101 | 0 | 1001111 | 11001 | 1110 | 100111111 | 1000111 | 110100 |
Color Harmonies of #DC2FA5
Complementary color
Monochromatic Colors of #DC2FA5
Black with #DC2FA5
Text Example
Text Example
White with #DC2FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FA5; }
p { color: rgb(220,47,165); }
H1.HeaderClassName
{
color: #DC2FA5;
}
.AnyTagClassName
{
color: #DC2FA5;
}
</style>
background-color css
<style>
a { background-color: #DC2FA5; }
a { background-color: rgb(220,47,165); }
div.DivClassName
{
background-color: #DC2FA5;
}
.BgClassName
{
background-color: #DC2FA5;
}
</style>
border-color css
<style>
span { border-color: #DC2FA5; }
span { border-color: rgb(220,47,165); }
td.TdClassName
{
border-color: #DC2FA5;
}
.TagClassName
{
border-color: #DC2FA5;
}
</style>