Shades of Deep Cerise #DF368D
Tints of Deep Cerise #DF368D
RGB
CMYK
RGB Variations
Color information
#DF368D (or 0xDF368D) is known color: Deep Cerise. HEX triplet: DF, 36 and 8D. RGB value is (223,54,141). Sum of RGB (Red+Green+Blue) = 223+54+141=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF368D is #20C972. Grayscale: #727272. Windows color (decimal): -2148723 or 9254623. OLE color: 9254623.
HSL color Cylindrical-coordinate representation of color #DF368D: hue angle of 329.11º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF368D is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 141 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.13 |
| HSL | 329.11º | 0.73% | 0.54% | - |
| HSV(B) | 329.11º | 0.76% | 0.87% | - |
| XYZ | 36.56 | 20.25 | 27.18 | - |
| YUV | 114.45 | 142.99 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 141 | 0 | 0.76 | 0.37 | 0.13 | 329.11 | 0.73 | 0.54 |
| Hex | DF | 36 | 8D | 0 | 4C | 25 | D | 149 | 49 | 36 |
| Octal | 337 | 66 | 215 | 0 | 114 | 45 | 15 | 511 | 111 | 66 |
| Binary | 11011111 | 110110 | 10001101 | 0 | 1001100 | 100101 | 1101 | 101001001 | 1001001 | 110110 |
Color Harmonies of #DF368D
Complementary color
Monochromatic Colors of #DF368D
Black with #DF368D
Text Example
Text Example
White with #DF368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF368D; }
p { color: rgb(223,54,141); }
H1.HeaderClassName
{
color: #DF368D;
}
.AnyTagClassName
{
color: #DF368D;
}
</style>
background-color css
<style>
a { background-color: #DF368D; }
a { background-color: rgb(223,54,141); }
div.DivClassName
{
background-color: #DF368D;
}
.BgClassName
{
background-color: #DF368D;
}
</style>
border-color css
<style>
span { border-color: #DF368D; }
span { border-color: rgb(223,54,141); }
td.TdClassName
{
border-color: #DF368D;
}
.TagClassName
{
border-color: #DF368D;
}
</style>