Shades of Deep Cerise #DC1F7A
Tints of Deep Cerise #DC1F7A
RGB
CMYK
RGB Variations
Color information
#DC1F7A (or 0xDC1F7A) is known color: Deep Cerise. HEX triplet: DC, 1F and 7A. RGB value is (220,31,122). Sum of RGB (Red+Green+Blue) = 220+31+122=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1F7A is #23E085. Grayscale: #616161. Windows color (decimal): -2351238 or 8003548. OLE color: 8003548.
HSL color Cylindrical-coordinate representation of color #DC1F7A: hue angle of 331.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1F7A is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 122 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.14 |
| HSL | 331.11º | 0.75% | 0.49% | - |
| HSV(B) | 331.11º | 0.86% | 0.86% | - |
| XYZ | 33.52 | 17.6 | 20.04 | - |
| YUV | 97.89 | 141.62 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 122 | 0 | 0.86 | 0.45 | 0.14 | 331.11 | 0.75 | 0.49 |
| Hex | DC | 1F | 7A | 0 | 56 | 2D | E | 14B | 4B | 31 |
| Octal | 334 | 37 | 172 | 0 | 126 | 55 | 16 | 513 | 113 | 61 |
| Binary | 11011100 | 11111 | 1111010 | 0 | 1010110 | 101101 | 1110 | 101001011 | 1001011 | 110001 |
Color Harmonies of #DC1F7A
Complementary color
Monochromatic Colors of #DC1F7A
Black with #DC1F7A
Text Example
Text Example
White with #DC1F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1F7A; }
p { color: rgb(220,31,122); }
H1.HeaderClassName
{
color: #DC1F7A;
}
.AnyTagClassName
{
color: #DC1F7A;
}
</style>
background-color css
<style>
a { background-color: #DC1F7A; }
a { background-color: rgb(220,31,122); }
div.DivClassName
{
background-color: #DC1F7A;
}
.BgClassName
{
background-color: #DC1F7A;
}
</style>
border-color css
<style>
span { border-color: #DC1F7A; }
span { border-color: rgb(220,31,122); }
td.TdClassName
{
border-color: #DC1F7A;
}
.TagClassName
{
border-color: #DC1F7A;
}
</style>