Shades of Deep Cerise #DC3092
Tints of Deep Cerise #DC3092
RGB
CMYK
RGB Variations
Color information
#DC3092 (or 0xDC3092) is known color: Deep Cerise. HEX triplet: DC, 30 and 92. RGB value is (220,48,146). Sum of RGB (Red+Green+Blue) = 220+48+146=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3092 is #23CF6D. Grayscale: #6E6E6E. Windows color (decimal): -2346862 or 9580764. OLE color: 9580764.
HSL color Cylindrical-coordinate representation of color #DC3092: hue angle of 325.81º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3092 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 146 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.14 |
| HSL | 325.81º | 0.71% | 0.53% | - |
| HSV(B) | 325.81º | 0.78% | 0.86% | - |
| XYZ | 35.76 | 19.4 | 29.05 | - |
| YUV | 110.6 | 147.98 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 146 | 0 | 0.78 | 0.34 | 0.14 | 325.81 | 0.71 | 0.53 |
| Hex | DC | 30 | 92 | 0 | 4E | 22 | E | 146 | 47 | 35 |
| Octal | 334 | 60 | 222 | 0 | 116 | 42 | 16 | 506 | 107 | 65 |
| Binary | 11011100 | 110000 | 10010010 | 0 | 1001110 | 100010 | 1110 | 101000110 | 1000111 | 110101 |
Color Harmonies of #DC3092
Complementary color
Monochromatic Colors of #DC3092
Black with #DC3092
Text Example
Text Example
White with #DC3092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3092; }
p { color: rgb(220,48,146); }
H1.HeaderClassName
{
color: #DC3092;
}
.AnyTagClassName
{
color: #DC3092;
}
</style>
background-color css
<style>
a { background-color: #DC3092; }
a { background-color: rgb(220,48,146); }
div.DivClassName
{
background-color: #DC3092;
}
.BgClassName
{
background-color: #DC3092;
}
</style>
border-color css
<style>
span { border-color: #DC3092; }
span { border-color: rgb(220,48,146); }
td.TdClassName
{
border-color: #DC3092;
}
.TagClassName
{
border-color: #DC3092;
}
</style>