Shades of Deep Cerise #DF389C
Tints of Deep Cerise #DF389C
RGB
CMYK
RGB Variations
Color information
#DF389C (or 0xDF389C) is known color: Deep Cerise. HEX triplet: DF, 38 and 9C. RGB value is (223,56,156). Sum of RGB (Red+Green+Blue) = 223+56+156=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF389C is #20C763. Grayscale: #757575. Windows color (decimal): -2148196 or 10238175. OLE color: 10238175.
HSL color Cylindrical-coordinate representation of color #DF389C: hue angle of 324.07º 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 #DF389C is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 156 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.13 |
| HSL | 324.07º | 0.72% | 0.55% | - |
| HSV(B) | 324.07º | 0.75% | 0.87% | - |
| XYZ | 37.85 | 20.92 | 33.5 | - |
| YUV | 117.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 156 | 0 | 0.75 | 0.30 | 0.13 | 324.07 | 0.72 | 0.55 |
| Hex | DF | 38 | 9C | 0 | 4B | 1E | D | 144 | 48 | 37 |
| Octal | 337 | 70 | 234 | 0 | 113 | 36 | 15 | 504 | 110 | 67 |
| Binary | 11011111 | 111000 | 10011100 | 0 | 1001011 | 11110 | 1101 | 101000100 | 1001000 | 110111 |
Color Harmonies of #DF389C
Complementary color
Monochromatic Colors of #DF389C
Black with #DF389C
Text Example
Text Example
White with #DF389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF389C; }
p { color: rgb(223,56,156); }
H1.HeaderClassName
{
color: #DF389C;
}
.AnyTagClassName
{
color: #DF389C;
}
</style>
background-color css
<style>
a { background-color: #DF389C; }
a { background-color: rgb(223,56,156); }
div.DivClassName
{
background-color: #DF389C;
}
.BgClassName
{
background-color: #DF389C;
}
</style>
border-color css
<style>
span { border-color: #DF389C; }
span { border-color: rgb(223,56,156); }
td.TdClassName
{
border-color: #DF389C;
}
.TagClassName
{
border-color: #DF389C;
}
</style>