Shades of Deep Cerise #DE307B
Tints of Deep Cerise #DE307B
RGB
CMYK
RGB Variations
Color information
#DE307B (or 0xDE307B) is known color: Deep Cerise. HEX triplet: DE, 30 and 7B. RGB value is (222,48,123). Sum of RGB (Red+Green+Blue) = 222+48+123=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE307B is #21CF84. Grayscale: #6C6C6C. Windows color (decimal): -2215813 or 8073438. OLE color: 8073438.
HSL color Cylindrical-coordinate representation of color #DE307B: hue angle of 334.14º 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 #DE307B is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 48 | 123 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.13 |
| HSL | 334.14º | 0.73% | 0.53% | - |
| HSV(B) | 334.14º | 0.78% | 0.87% | - |
| XYZ | 34.76 | 19.07 | 20.59 | - |
| YUV | 108.58 | 136.15 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 48 | 123 | 0 | 0.78 | 0.45 | 0.13 | 334.14 | 0.73 | 0.53 |
| Hex | DE | 30 | 7B | 0 | 4E | 2D | D | 14E | 48 | 35 |
| Octal | 336 | 60 | 173 | 0 | 116 | 55 | 15 | 516 | 110 | 65 |
| Binary | 11011110 | 110000 | 1111011 | 0 | 1001110 | 101101 | 1101 | 101001110 | 1001000 | 110101 |
Color Harmonies of #DE307B
Complementary color
Monochromatic Colors of #DE307B
Black with #DE307B
Text Example
Text Example
White with #DE307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE307B; }
p { color: rgb(222,48,123); }
H1.HeaderClassName
{
color: #DE307B;
}
.AnyTagClassName
{
color: #DE307B;
}
</style>
background-color css
<style>
a { background-color: #DE307B; }
a { background-color: rgb(222,48,123); }
div.DivClassName
{
background-color: #DE307B;
}
.BgClassName
{
background-color: #DE307B;
}
</style>
border-color css
<style>
span { border-color: #DE307B; }
span { border-color: rgb(222,48,123); }
td.TdClassName
{
border-color: #DE307B;
}
.TagClassName
{
border-color: #DE307B;
}
</style>