Shades of Deep Cerise #DC2FA1
Tints of Deep Cerise #DC2FA1
RGB
CMYK
RGB Variations
Color information
#DC2FA1 (or 0xDC2FA1) is known color: Deep Cerise. HEX triplet: DC, 2F and A1. RGB value is (220,47,161). Sum of RGB (Red+Green+Blue) = 220+47+161=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2FA1 is #23D05E. Grayscale: #6F6F6F. Windows color (decimal): -2347103 or 10563548. OLE color: 10563548.
HSL color Cylindrical-coordinate representation of color #DC2FA1: hue angle of 320.46º 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 #DC2FA1 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 161 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.14 |
| HSL | 320.46º | 0.71% | 0.52% | - |
| HSV(B) | 320.46º | 0.79% | 0.86% | - |
| XYZ | 36.96 | 19.82 | 35.6 | - |
| YUV | 111.72 | 155.81 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 161 | 0 | 0.79 | 0.27 | 0.14 | 320.46 | 0.71 | 0.52 |
| Hex | DC | 2F | A1 | 0 | 4F | 1B | E | 140 | 47 | 34 |
| Octal | 334 | 57 | 241 | 0 | 117 | 33 | 16 | 500 | 107 | 64 |
| Binary | 11011100 | 101111 | 10100001 | 0 | 1001111 | 11011 | 1110 | 101000000 | 1000111 | 110100 |
Color Harmonies of #DC2FA1
Complementary color
Monochromatic Colors of #DC2FA1
Black with #DC2FA1
Text Example
Text Example
White with #DC2FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FA1; }
p { color: rgb(220,47,161); }
H1.HeaderClassName
{
color: #DC2FA1;
}
.AnyTagClassName
{
color: #DC2FA1;
}
</style>
background-color css
<style>
a { background-color: #DC2FA1; }
a { background-color: rgb(220,47,161); }
div.DivClassName
{
background-color: #DC2FA1;
}
.BgClassName
{
background-color: #DC2FA1;
}
</style>
border-color css
<style>
span { border-color: #DC2FA1; }
span { border-color: rgb(220,47,161); }
td.TdClassName
{
border-color: #DC2FA1;
}
.TagClassName
{
border-color: #DC2FA1;
}
</style>