Shades of Deep Cerise #DC308E
Tints of Deep Cerise #DC308E
RGB
CMYK
RGB Variations
Color information
#DC308E (or 0xDC308E) is known color: Deep Cerise. HEX triplet: DC, 30 and 8E. RGB value is (220,48,142). Sum of RGB (Red+Green+Blue) = 220+48+142=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC308E is #23CF71. Grayscale: #6D6D6D. Windows color (decimal): -2346866 or 9318620. OLE color: 9318620.
HSL color Cylindrical-coordinate representation of color #DC308E: hue angle of 327.21º 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 #DC308E is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 142 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.14 |
| HSL | 327.21º | 0.71% | 0.53% | - |
| HSV(B) | 327.21º | 0.78% | 0.86% | - |
| XYZ | 35.45 | 19.28 | 27.44 | - |
| YUV | 110.14 | 145.98 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 142 | 0 | 0.78 | 0.35 | 0.14 | 327.21 | 0.71 | 0.53 |
| Hex | DC | 30 | 8E | 0 | 4E | 23 | E | 147 | 47 | 35 |
| Octal | 334 | 60 | 216 | 0 | 116 | 43 | 16 | 507 | 107 | 65 |
| Binary | 11011100 | 110000 | 10001110 | 0 | 1001110 | 100011 | 1110 | 101000111 | 1000111 | 110101 |
Color Harmonies of #DC308E
Complementary color
Monochromatic Colors of #DC308E
Black with #DC308E
Text Example
Text Example
White with #DC308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC308E; }
p { color: rgb(220,48,142); }
H1.HeaderClassName
{
color: #DC308E;
}
.AnyTagClassName
{
color: #DC308E;
}
</style>
background-color css
<style>
a { background-color: #DC308E; }
a { background-color: rgb(220,48,142); }
div.DivClassName
{
background-color: #DC308E;
}
.BgClassName
{
background-color: #DC308E;
}
</style>
border-color css
<style>
span { border-color: #DC308E; }
span { border-color: rgb(220,48,142); }
td.TdClassName
{
border-color: #DC308E;
}
.TagClassName
{
border-color: #DC308E;
}
</style>