Shades of Deep Cerise #DC4384
Tints of Deep Cerise #DC4384
RGB
CMYK
RGB Variations
Color information
#DC4384 (or 0xDC4384) is known color: Deep Cerise. HEX triplet: DC, 43 and 84. RGB value is (220,67,132). Sum of RGB (Red+Green+Blue) = 220+67+132=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4384 is #23BC7B. Grayscale: #787878. Windows color (decimal): -2342012 or 8668124. OLE color: 8668124.
HSL color Cylindrical-coordinate representation of color #DC4384: hue angle of 334.51º 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 #DC4384 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 132 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.14 |
| HSL | 334.51º | 0.69% | 0.56% | - |
| HSV(B) | 334.51º | 0.7% | 0.86% | - |
| XYZ | 35.69 | 20.9 | 23.98 | - |
| YUV | 120.16 | 134.69 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 132 | 0 | 0.70 | 0.40 | 0.14 | 334.51 | 0.69 | 0.56 |
| Hex | DC | 43 | 84 | 0 | 46 | 28 | E | 14F | 45 | 38 |
| Octal | 334 | 103 | 204 | 0 | 106 | 50 | 16 | 517 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10000100 | 0 | 1000110 | 101000 | 1110 | 101001111 | 1000101 | 111000 |
Color Harmonies of #DC4384
Complementary color
Monochromatic Colors of #DC4384
Black with #DC4384
Text Example
Text Example
White with #DC4384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4384; }
p { color: rgb(220,67,132); }
H1.HeaderClassName
{
color: #DC4384;
}
.AnyTagClassName
{
color: #DC4384;
}
</style>
background-color css
<style>
a { background-color: #DC4384; }
a { background-color: rgb(220,67,132); }
div.DivClassName
{
background-color: #DC4384;
}
.BgClassName
{
background-color: #DC4384;
}
</style>
border-color css
<style>
span { border-color: #DC4384; }
span { border-color: rgb(220,67,132); }
td.TdClassName
{
border-color: #DC4384;
}
.TagClassName
{
border-color: #DC4384;
}
</style>