Shades of Deep Cerise #DF338D
Tints of Deep Cerise #DF338D
RGB
CMYK
RGB Variations
Color information
#DF338D (or 0xDF338D) is known color: Deep Cerise. HEX triplet: DF, 33 and 8D. RGB value is (223,51,141). Sum of RGB (Red+Green+Blue) = 223+51+141=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF338D is #20CC72. Grayscale: #707070. Windows color (decimal): -2149491 or 9253855. OLE color: 9253855.
HSL color Cylindrical-coordinate representation of color #DF338D: hue angle of 328.6º 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 #DF338D is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 141 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.13 |
| HSL | 328.6º | 0.73% | 0.54% | - |
| HSV(B) | 328.6º | 0.77% | 0.87% | - |
| XYZ | 36.42 | 19.98 | 27.14 | - |
| YUV | 112.69 | 143.98 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 141 | 0 | 0.77 | 0.37 | 0.13 | 328.6 | 0.73 | 0.54 |
| Hex | DF | 33 | 8D | 0 | 4D | 25 | D | 149 | 49 | 36 |
| Octal | 337 | 63 | 215 | 0 | 115 | 45 | 15 | 511 | 111 | 66 |
| Binary | 11011111 | 110011 | 10001101 | 0 | 1001101 | 100101 | 1101 | 101001001 | 1001001 | 110110 |
Color Harmonies of #DF338D
Complementary color
Monochromatic Colors of #DF338D
Black with #DF338D
Text Example
Text Example
White with #DF338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF338D; }
p { color: rgb(223,51,141); }
H1.HeaderClassName
{
color: #DF338D;
}
.AnyTagClassName
{
color: #DF338D;
}
</style>
background-color css
<style>
a { background-color: #DF338D; }
a { background-color: rgb(223,51,141); }
div.DivClassName
{
background-color: #DF338D;
}
.BgClassName
{
background-color: #DF338D;
}
</style>
border-color css
<style>
span { border-color: #DF338D; }
span { border-color: rgb(223,51,141); }
td.TdClassName
{
border-color: #DF338D;
}
.TagClassName
{
border-color: #DF338D;
}
</style>