Shades of Deep Cerise #DC1F78
Tints of Deep Cerise #DC1F78
RGB
CMYK
RGB Variations
Color information
#DC1F78 (or 0xDC1F78) is known color: Deep Cerise. HEX triplet: DC, 1F and 78. RGB value is (220,31,120). Sum of RGB (Red+Green+Blue) = 220+31+120=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1F78 is #23E087. Grayscale: #616161. Windows color (decimal): -2351240 or 7872476. OLE color: 7872476.
HSL color Cylindrical-coordinate representation of color #DC1F78: hue angle of 331.75º 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 #DC1F78 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 31 | 120 | - |
CMYK | 0 | 0.86 | 0.45 | 0.14 |
HSL | 331.75º | 0.75% | 0.49% | - |
HSV(B) | 331.75º | 0.86% | 0.86% | - |
XYZ | 33.4 | 17.55 | 19.4 | - |
YUV | 97.66 | 140.62 | 215.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 31 | 120 | 0 | 0.86 | 0.45 | 0.14 | 331.75 | 0.75 | 0.49 |
Hex | DC | 1F | 78 | 0 | 56 | 2D | E | 14C | 4B | 31 |
Octal | 334 | 37 | 170 | 0 | 126 | 55 | 16 | 514 | 113 | 61 |
Binary | 11011100 | 11111 | 1111000 | 0 | 1010110 | 101101 | 1110 | 101001100 | 1001011 | 110001 |
Color Harmonies of #DC1F78
Complementary color
Monochromatic Colors of #DC1F78
Black with #DC1F78
Text Example
Text Example
White with #DC1F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1F78; }
p { color: rgb(220,31,120); }
H1.HeaderClassName
{
color: #DC1F78;
}
.AnyTagClassName
{
color: #DC1F78;
}
</style>
background-color css
<style>
a { background-color: #DC1F78; }
a { background-color: rgb(220,31,120); }
div.DivClassName
{
background-color: #DC1F78;
}
.BgClassName
{
background-color: #DC1F78;
}
</style>
border-color css
<style>
span { border-color: #DC1F78; }
span { border-color: rgb(220,31,120); }
td.TdClassName
{
border-color: #DC1F78;
}
.TagClassName
{
border-color: #DC1F78;
}
</style>