Shades of Deep Cerise #DF337B
Tints of Deep Cerise #DF337B
RGB
CMYK
RGB Variations
Color information
#DF337B (or 0xDF337B) is known color: Deep Cerise. HEX triplet: DF, 33 and 7B. RGB value is (223,51,123). Sum of RGB (Red+Green+Blue) = 223+51+123=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF337B is #20CC84. Grayscale: #6E6E6E. Windows color (decimal): -2149509 or 8074207. OLE color: 8074207.
HSL color Cylindrical-coordinate representation of color #DF337B: hue angle of 334.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF337B is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 123 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.13 |
| HSL | 334.88º | 0.73% | 0.54% | - |
| HSV(B) | 334.88º | 0.77% | 0.87% | - |
| XYZ | 35.19 | 19.49 | 20.65 | - |
| YUV | 110.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 123 | 0 | 0.77 | 0.45 | 0.13 | 334.88 | 0.73 | 0.54 |
| Hex | DF | 33 | 7B | 0 | 4D | 2D | D | 14F | 49 | 36 |
| Octal | 337 | 63 | 173 | 0 | 115 | 55 | 15 | 517 | 111 | 66 |
| Binary | 11011111 | 110011 | 1111011 | 0 | 1001101 | 101101 | 1101 | 101001111 | 1001001 | 110110 |
Color Harmonies of #DF337B
Complementary color
Monochromatic Colors of #DF337B
Black with #DF337B
Text Example
Text Example
White with #DF337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF337B; }
p { color: rgb(223,51,123); }
H1.HeaderClassName
{
color: #DF337B;
}
.AnyTagClassName
{
color: #DF337B;
}
</style>
background-color css
<style>
a { background-color: #DF337B; }
a { background-color: rgb(223,51,123); }
div.DivClassName
{
background-color: #DF337B;
}
.BgClassName
{
background-color: #DF337B;
}
</style>
border-color css
<style>
span { border-color: #DF337B; }
span { border-color: rgb(223,51,123); }
td.TdClassName
{
border-color: #DF337B;
}
.TagClassName
{
border-color: #DF337B;
}
</style>