Shades of Deep Cerise #DC4298
Tints of Deep Cerise #DC4298
RGB
CMYK
RGB Variations
Color information
#DC4298 (or 0xDC4298) is known color: Deep Cerise. HEX triplet: DC, 42 and 98. RGB value is (220,66,152). Sum of RGB (Red+Green+Blue) = 220+66+152=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4298 is #23BD67. Grayscale: #797979. Windows color (decimal): -2342248 or 9978588. OLE color: 9978588.
HSL color Cylindrical-coordinate representation of color #DC4298: hue angle of 326.49º 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 #DC4298 is Cyan = 0, Magento = 0.7, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 152 | - |
| CMYK | 0 | 0.7 | 0.31 | 0.14 |
| HSL | 326.49º | 0.69% | 0.56% | - |
| HSV(B) | 326.49º | 0.7% | 0.86% | - |
| XYZ | 37.13 | 21.38 | 31.88 | - |
| YUV | 121.85 | 145.02 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 152 | 0 | 0.7 | 0.31 | 0.14 | 326.49 | 0.69 | 0.56 |
| Hex | DC | 42 | 98 | 0 | 46 | 1F | E | 146 | 45 | 38 |
| Octal | 334 | 102 | 230 | 0 | 106 | 37 | 16 | 506 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10011000 | 0 | 1000110 | 11111 | 1110 | 101000110 | 1000101 | 111000 |
Color Harmonies of #DC4298
Complementary color
Monochromatic Colors of #DC4298
Black with #DC4298
Text Example
Text Example
White with #DC4298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4298; }
p { color: rgb(220,66,152); }
H1.HeaderClassName
{
color: #DC4298;
}
.AnyTagClassName
{
color: #DC4298;
}
</style>
background-color css
<style>
a { background-color: #DC4298; }
a { background-color: rgb(220,66,152); }
div.DivClassName
{
background-color: #DC4298;
}
.BgClassName
{
background-color: #DC4298;
}
</style>
border-color css
<style>
span { border-color: #DC4298; }
span { border-color: rgb(220,66,152); }
td.TdClassName
{
border-color: #DC4298;
}
.TagClassName
{
border-color: #DC4298;
}
</style>