Shades of Deep Cerise #DF388F
Tints of Deep Cerise #DF388F
RGB
CMYK
RGB Variations
Color information
#DF388F (or 0xDF388F) is known color: Deep Cerise. HEX triplet: DF, 38 and 8F. RGB value is (223,56,143). Sum of RGB (Red+Green+Blue) = 223+56+143=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF388F is #20C770. Grayscale: #737373. Windows color (decimal): -2148209 or 9386207. OLE color: 9386207.
HSL color Cylindrical-coordinate representation of color #DF388F: hue angle of 328.74º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF388F is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 143 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.13 |
| HSL | 328.74º | 0.72% | 0.55% | - |
| HSV(B) | 328.74º | 0.75% | 0.87% | - |
| XYZ | 36.8 | 20.5 | 28 | - |
| YUV | 115.85 | 143.33 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 143 | 0 | 0.75 | 0.36 | 0.13 | 328.74 | 0.72 | 0.55 |
| Hex | DF | 38 | 8F | 0 | 4B | 24 | D | 149 | 48 | 37 |
| Octal | 337 | 70 | 217 | 0 | 113 | 44 | 15 | 511 | 110 | 67 |
| Binary | 11011111 | 111000 | 10001111 | 0 | 1001011 | 100100 | 1101 | 101001001 | 1001000 | 110111 |
Color Harmonies of #DF388F
Complementary color
Monochromatic Colors of #DF388F
Black with #DF388F
Text Example
Text Example
White with #DF388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF388F; }
p { color: rgb(223,56,143); }
H1.HeaderClassName
{
color: #DF388F;
}
.AnyTagClassName
{
color: #DF388F;
}
</style>
background-color css
<style>
a { background-color: #DF388F; }
a { background-color: rgb(223,56,143); }
div.DivClassName
{
background-color: #DF388F;
}
.BgClassName
{
background-color: #DF388F;
}
</style>
border-color css
<style>
span { border-color: #DF388F; }
span { border-color: rgb(223,56,143); }
td.TdClassName
{
border-color: #DF388F;
}
.TagClassName
{
border-color: #DF388F;
}
</style>