Shades of Deep Cerise #DC439E
Tints of Deep Cerise #DC439E
RGB
CMYK
RGB Variations
Color information
#DC439E (or 0xDC439E) is known color: Deep Cerise. HEX triplet: DC, 43 and 9E. RGB value is (220,67,158). Sum of RGB (Red+Green+Blue) = 220+67+158=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC439E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC439E is #23BC61. Grayscale: #7A7A7A. Windows color (decimal): -2341986 or 10372060. OLE color: 10372060.
HSL color Cylindrical-coordinate representation of color #DC439E: hue angle of 324.31º 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 #DC439E is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 158 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.14 |
| HSL | 324.31º | 0.69% | 0.56% | - |
| HSV(B) | 324.31º | 0.7% | 0.86% | - |
| XYZ | 37.69 | 21.7 | 34.55 | - |
| YUV | 123.12 | 147.69 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 158 | 0 | 0.70 | 0.28 | 0.14 | 324.31 | 0.69 | 0.56 |
| Hex | DC | 43 | 9E | 0 | 46 | 1C | E | 144 | 45 | 38 |
| Octal | 334 | 103 | 236 | 0 | 106 | 34 | 16 | 504 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10011110 | 0 | 1000110 | 11100 | 1110 | 101000100 | 1000101 | 111000 |
Color Harmonies of #DC439E
Complementary color
Monochromatic Colors of #DC439E
Black with #DC439E
Text Example
Text Example
White with #DC439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC439E; }
p { color: rgb(220,67,158); }
H1.HeaderClassName
{
color: #DC439E;
}
.AnyTagClassName
{
color: #DC439E;
}
</style>
background-color css
<style>
a { background-color: #DC439E; }
a { background-color: rgb(220,67,158); }
div.DivClassName
{
background-color: #DC439E;
}
.BgClassName
{
background-color: #DC439E;
}
</style>
border-color css
<style>
span { border-color: #DC439E; }
span { border-color: rgb(220,67,158); }
td.TdClassName
{
border-color: #DC439E;
}
.TagClassName
{
border-color: #DC439E;
}
</style>