Shades of Deep Cerise #DC4396
Tints of Deep Cerise #DC4396
RGB
CMYK
RGB Variations
Color information
#DC4396 (or 0xDC4396) is known color: Deep Cerise. HEX triplet: DC, 43 and 96. RGB value is (220,67,150). Sum of RGB (Red+Green+Blue) = 220+67+150=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4396 is #23BC69. Grayscale: #7A7A7A. Windows color (decimal): -2341994 or 9847772. OLE color: 9847772.
HSL color Cylindrical-coordinate representation of color #DC4396: hue angle of 327.45º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4396 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 150 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.14 |
| HSL | 327.45º | 0.69% | 0.56% | - |
| HSV(B) | 327.45º | 0.7% | 0.86% | - |
| XYZ | 37.03 | 21.43 | 31.04 | - |
| YUV | 122.21 | 143.69 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 150 | 0 | 0.70 | 0.32 | 0.14 | 327.45 | 0.69 | 0.56 |
| Hex | DC | 43 | 96 | 0 | 46 | 20 | E | 147 | 45 | 38 |
| Octal | 334 | 103 | 226 | 0 | 106 | 40 | 16 | 507 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10010110 | 0 | 1000110 | 100000 | 1110 | 101000111 | 1000101 | 111000 |
Color Harmonies of #DC4396
Complementary color
Monochromatic Colors of #DC4396
Black with #DC4396
Text Example
Text Example
White with #DC4396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4396; }
p { color: rgb(220,67,150); }
H1.HeaderClassName
{
color: #DC4396;
}
.AnyTagClassName
{
color: #DC4396;
}
</style>
background-color css
<style>
a { background-color: #DC4396; }
a { background-color: rgb(220,67,150); }
div.DivClassName
{
background-color: #DC4396;
}
.BgClassName
{
background-color: #DC4396;
}
</style>
border-color css
<style>
span { border-color: #DC4396; }
span { border-color: rgb(220,67,150); }
td.TdClassName
{
border-color: #DC4396;
}
.TagClassName
{
border-color: #DC4396;
}
</style>