Shades of Deep Cerise #DE308F
Tints of Deep Cerise #DE308F
RGB
CMYK
RGB Variations
Color information
#DE308F (or 0xDE308F) is known color: Deep Cerise. HEX triplet: DE, 30 and 8F. RGB value is (222,48,143). Sum of RGB (Red+Green+Blue) = 222+48+143=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE308F is #21CF70. Grayscale: #6E6E6E. Windows color (decimal): -2215793 or 9384158. OLE color: 9384158.
HSL color Cylindrical-coordinate representation of color #DE308F: hue angle of 327.24º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE308F is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 48 | 143 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.13 |
| HSL | 327.24º | 0.73% | 0.53% | - |
| HSV(B) | 327.24º | 0.78% | 0.87% | - |
| XYZ | 36.14 | 19.63 | 27.87 | - |
| YUV | 110.86 | 146.15 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 48 | 143 | 0 | 0.78 | 0.36 | 0.13 | 327.24 | 0.73 | 0.53 |
| Hex | DE | 30 | 8F | 0 | 4E | 24 | D | 147 | 48 | 35 |
| Octal | 336 | 60 | 217 | 0 | 116 | 44 | 15 | 507 | 110 | 65 |
| Binary | 11011110 | 110000 | 10001111 | 0 | 1001110 | 100100 | 1101 | 101000111 | 1001000 | 110101 |
Color Harmonies of #DE308F
Complementary color
Monochromatic Colors of #DE308F
Black with #DE308F
Text Example
Text Example
White with #DE308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE308F; }
p { color: rgb(222,48,143); }
H1.HeaderClassName
{
color: #DE308F;
}
.AnyTagClassName
{
color: #DE308F;
}
</style>
background-color css
<style>
a { background-color: #DE308F; }
a { background-color: rgb(222,48,143); }
div.DivClassName
{
background-color: #DE308F;
}
.BgClassName
{
background-color: #DE308F;
}
</style>
border-color css
<style>
span { border-color: #DE308F; }
span { border-color: rgb(222,48,143); }
td.TdClassName
{
border-color: #DE308F;
}
.TagClassName
{
border-color: #DE308F;
}
</style>