Shades of Deep Cerise #DC308D
Tints of Deep Cerise #DC308D
RGB
CMYK
RGB Variations
Color information
#DC308D (or 0xDC308D) is known color: Deep Cerise. HEX triplet: DC, 30 and 8D. RGB value is (220,48,141). Sum of RGB (Red+Green+Blue) = 220+48+141=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC308D is #23CF72. Grayscale: #6D6D6D. Windows color (decimal): -2346867 or 9253084. OLE color: 9253084.
HSL color Cylindrical-coordinate representation of color #DC308D: hue angle of 327.56º 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 #DC308D is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 141 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.14 |
| HSL | 327.56º | 0.71% | 0.53% | - |
| HSV(B) | 327.56º | 0.78% | 0.86% | - |
| XYZ | 35.38 | 19.25 | 27.05 | - |
| YUV | 110.03 | 145.48 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 141 | 0 | 0.78 | 0.36 | 0.14 | 327.56 | 0.71 | 0.53 |
| Hex | DC | 30 | 8D | 0 | 4E | 24 | E | 148 | 47 | 35 |
| Octal | 334 | 60 | 215 | 0 | 116 | 44 | 16 | 510 | 107 | 65 |
| Binary | 11011100 | 110000 | 10001101 | 0 | 1001110 | 100100 | 1110 | 101001000 | 1000111 | 110101 |
Color Harmonies of #DC308D
Complementary color
Monochromatic Colors of #DC308D
Black with #DC308D
Text Example
Text Example
White with #DC308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC308D; }
p { color: rgb(220,48,141); }
H1.HeaderClassName
{
color: #DC308D;
}
.AnyTagClassName
{
color: #DC308D;
}
</style>
background-color css
<style>
a { background-color: #DC308D; }
a { background-color: rgb(220,48,141); }
div.DivClassName
{
background-color: #DC308D;
}
.BgClassName
{
background-color: #DC308D;
}
</style>
border-color css
<style>
span { border-color: #DC308D; }
span { border-color: rgb(220,48,141); }
td.TdClassName
{
border-color: #DC308D;
}
.TagClassName
{
border-color: #DC308D;
}
</style>