Shades of Deep Cerise #DC4495
Tints of Deep Cerise #DC4495
RGB
CMYK
RGB Variations
Color information
#DC4495 (or 0xDC4495) is known color: Deep Cerise. HEX triplet: DC, 44 and 95. RGB value is (220,68,149). Sum of RGB (Red+Green+Blue) = 220+68+149=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4495 is #23BB6A. Grayscale: #7A7A7A. Windows color (decimal): -2341739 or 9782492. OLE color: 9782492.
HSL color Cylindrical-coordinate representation of color #DC4495: hue angle of 328.03º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4495 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 149 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.14 |
| HSL | 328.03º | 0.68% | 0.56% | - |
| HSV(B) | 328.03º | 0.69% | 0.86% | - |
| XYZ | 37.01 | 21.52 | 30.64 | - |
| YUV | 122.68 | 142.86 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 149 | 0 | 0.69 | 0.32 | 0.14 | 328.03 | 0.68 | 0.56 |
| Hex | DC | 44 | 95 | 0 | 45 | 20 | E | 148 | 44 | 38 |
| Octal | 334 | 104 | 225 | 0 | 105 | 40 | 16 | 510 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10010101 | 0 | 1000101 | 100000 | 1110 | 101001000 | 1000100 | 111000 |
Color Harmonies of #DC4495
Complementary color
Monochromatic Colors of #DC4495
Black with #DC4495
Text Example
Text Example
White with #DC4495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4495; }
p { color: rgb(220,68,149); }
H1.HeaderClassName
{
color: #DC4495;
}
.AnyTagClassName
{
color: #DC4495;
}
</style>
background-color css
<style>
a { background-color: #DC4495; }
a { background-color: rgb(220,68,149); }
div.DivClassName
{
background-color: #DC4495;
}
.BgClassName
{
background-color: #DC4495;
}
</style>
border-color css
<style>
span { border-color: #DC4495; }
span { border-color: rgb(220,68,149); }
td.TdClassName
{
border-color: #DC4495;
}
.TagClassName
{
border-color: #DC4495;
}
</style>