Shades of Deep Cerise #DC2FA7
Tints of Deep Cerise #DC2FA7
RGB
CMYK
RGB Variations
Color information
#DC2FA7 (or 0xDC2FA7) is known color: Deep Cerise. HEX triplet: DC, 2F and A7. RGB value is (220,47,167). Sum of RGB (Red+Green+Blue) = 220+47+167=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2FA7 is #23D058. Grayscale: #707070. Windows color (decimal): -2347097 or 10956764. OLE color: 10956764.
HSL color Cylindrical-coordinate representation of color #DC2FA7: hue angle of 318.38º 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 #DC2FA7 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 167 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.14 |
| HSL | 318.38º | 0.71% | 0.52% | - |
| HSV(B) | 318.38º | 0.79% | 0.86% | - |
| XYZ | 37.51 | 20.04 | 38.45 | - |
| YUV | 112.41 | 158.81 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 167 | 0 | 0.79 | 0.24 | 0.14 | 318.38 | 0.71 | 0.52 |
| Hex | DC | 2F | A7 | 0 | 4F | 18 | E | 13E | 47 | 34 |
| Octal | 334 | 57 | 247 | 0 | 117 | 30 | 16 | 476 | 107 | 64 |
| Binary | 11011100 | 101111 | 10100111 | 0 | 1001111 | 11000 | 1110 | 100111110 | 1000111 | 110100 |
Color Harmonies of #DC2FA7
Complementary color
Monochromatic Colors of #DC2FA7
Black with #DC2FA7
Text Example
Text Example
White with #DC2FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FA7; }
p { color: rgb(220,47,167); }
H1.HeaderClassName
{
color: #DC2FA7;
}
.AnyTagClassName
{
color: #DC2FA7;
}
</style>
background-color css
<style>
a { background-color: #DC2FA7; }
a { background-color: rgb(220,47,167); }
div.DivClassName
{
background-color: #DC2FA7;
}
.BgClassName
{
background-color: #DC2FA7;
}
</style>
border-color css
<style>
span { border-color: #DC2FA7; }
span { border-color: rgb(220,47,167); }
td.TdClassName
{
border-color: #DC2FA7;
}
.TagClassName
{
border-color: #DC2FA7;
}
</style>