Shades of Deep Cerise #DF387A
Tints of Deep Cerise #DF387A
RGB
CMYK
RGB Variations
Color information
#DF387A (or 0xDF387A) is known color: Deep Cerise. HEX triplet: DF, 38 and 7A. RGB value is (223,56,122). Sum of RGB (Red+Green+Blue) = 223+56+122=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF387A is #20C785. Grayscale: #717171. Windows color (decimal): -2148230 or 8009951. OLE color: 8009951.
HSL color Cylindrical-coordinate representation of color #DF387A: hue angle of 336.29º 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 #DF387A is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 122 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.13 |
| HSL | 336.29º | 0.72% | 0.55% | - |
| HSV(B) | 336.29º | 0.75% | 0.87% | - |
| XYZ | 35.36 | 19.92 | 20.39 | - |
| YUV | 113.46 | 132.83 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 122 | 0 | 0.75 | 0.45 | 0.13 | 336.29 | 0.72 | 0.55 |
| Hex | DF | 38 | 7A | 0 | 4B | 2D | D | 150 | 48 | 37 |
| Octal | 337 | 70 | 172 | 0 | 113 | 55 | 15 | 520 | 110 | 67 |
| Binary | 11011111 | 111000 | 1111010 | 0 | 1001011 | 101101 | 1101 | 101010000 | 1001000 | 110111 |
Color Harmonies of #DF387A
Complementary color
Monochromatic Colors of #DF387A
Black with #DF387A
Text Example
Text Example
White with #DF387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF387A; }
p { color: rgb(223,56,122); }
H1.HeaderClassName
{
color: #DF387A;
}
.AnyTagClassName
{
color: #DF387A;
}
</style>
background-color css
<style>
a { background-color: #DF387A; }
a { background-color: rgb(223,56,122); }
div.DivClassName
{
background-color: #DF387A;
}
.BgClassName
{
background-color: #DF387A;
}
</style>
border-color css
<style>
span { border-color: #DF387A; }
span { border-color: rgb(223,56,122); }
td.TdClassName
{
border-color: #DF387A;
}
.TagClassName
{
border-color: #DF387A;
}
</style>