Shades of Deep Cerise #DF338F
Tints of Deep Cerise #DF338F
RGB
CMYK
RGB Variations
Color information
#DF338F (or 0xDF338F) is known color: Deep Cerise. HEX triplet: DF, 33 and 8F. RGB value is (223,51,143). Sum of RGB (Red+Green+Blue) = 223+51+143=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF338F is #20CC70. Grayscale: #707070. Windows color (decimal): -2149489 or 9384927. OLE color: 9384927.
HSL color Cylindrical-coordinate representation of color #DF338F: hue angle of 327.91º 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 #DF338F is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 143 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.13 |
| HSL | 327.91º | 0.73% | 0.54% | - |
| HSV(B) | 327.91º | 0.77% | 0.87% | - |
| XYZ | 36.57 | 20.04 | 27.93 | - |
| YUV | 112.92 | 144.98 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 143 | 0 | 0.77 | 0.36 | 0.13 | 327.91 | 0.73 | 0.54 |
| Hex | DF | 33 | 8F | 0 | 4D | 24 | D | 148 | 49 | 36 |
| Octal | 337 | 63 | 217 | 0 | 115 | 44 | 15 | 510 | 111 | 66 |
| Binary | 11011111 | 110011 | 10001111 | 0 | 1001101 | 100100 | 1101 | 101001000 | 1001001 | 110110 |
Color Harmonies of #DF338F
Complementary color
Monochromatic Colors of #DF338F
Black with #DF338F
Text Example
Text Example
White with #DF338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF338F; }
p { color: rgb(223,51,143); }
H1.HeaderClassName
{
color: #DF338F;
}
.AnyTagClassName
{
color: #DF338F;
}
</style>
background-color css
<style>
a { background-color: #DF338F; }
a { background-color: rgb(223,51,143); }
div.DivClassName
{
background-color: #DF338F;
}
.BgClassName
{
background-color: #DF338F;
}
</style>
border-color css
<style>
span { border-color: #DF338F; }
span { border-color: rgb(223,51,143); }
td.TdClassName
{
border-color: #DF338F;
}
.TagClassName
{
border-color: #DF338F;
}
</style>