Shades of Deep Cerise #DC2FA2
Tints of Deep Cerise #DC2FA2
RGB
CMYK
RGB Variations
Color information
#DC2FA2 (or 0xDC2FA2) is known color: Deep Cerise. HEX triplet: DC, 2F and A2. RGB value is (220,47,162). Sum of RGB (Red+Green+Blue) = 220+47+162=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2FA2 is #23D05D. Grayscale: #6F6F6F. Windows color (decimal): -2347102 or 10629084. OLE color: 10629084.
HSL color Cylindrical-coordinate representation of color #DC2FA2: hue angle of 320.12º 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 #DC2FA2 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 162 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.14 |
| HSL | 320.12º | 0.71% | 0.52% | - |
| HSV(B) | 320.12º | 0.79% | 0.86% | - |
| XYZ | 37.05 | 19.86 | 36.06 | - |
| YUV | 111.84 | 156.31 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 162 | 0 | 0.79 | 0.26 | 0.14 | 320.12 | 0.71 | 0.52 |
| Hex | DC | 2F | A2 | 0 | 4F | 1A | E | 140 | 47 | 34 |
| Octal | 334 | 57 | 242 | 0 | 117 | 32 | 16 | 500 | 107 | 64 |
| Binary | 11011100 | 101111 | 10100010 | 0 | 1001111 | 11010 | 1110 | 101000000 | 1000111 | 110100 |
Color Harmonies of #DC2FA2
Complementary color
Monochromatic Colors of #DC2FA2
Black with #DC2FA2
Text Example
Text Example
White with #DC2FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FA2; }
p { color: rgb(220,47,162); }
H1.HeaderClassName
{
color: #DC2FA2;
}
.AnyTagClassName
{
color: #DC2FA2;
}
</style>
background-color css
<style>
a { background-color: #DC2FA2; }
a { background-color: rgb(220,47,162); }
div.DivClassName
{
background-color: #DC2FA2;
}
.BgClassName
{
background-color: #DC2FA2;
}
</style>
border-color css
<style>
span { border-color: #DC2FA2; }
span { border-color: rgb(220,47,162); }
td.TdClassName
{
border-color: #DC2FA2;
}
.TagClassName
{
border-color: #DC2FA2;
}
</style>