Shades of Deep Cerise #DF407F
Tints of Deep Cerise #DF407F
RGB
CMYK
RGB Variations
Color information
#DF407F (or 0xDF407F) is known color: Deep Cerise. HEX triplet: DF, 40 and 7F. RGB value is (223,64,127). Sum of RGB (Red+Green+Blue) = 223+64+127=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF407F is #20BF80. Grayscale: #767676. Windows color (decimal): -2146177 or 8339679. OLE color: 8339679.
HSL color Cylindrical-coordinate representation of color #DF407F: hue angle of 336.23º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF407F is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 127 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.13 |
| HSL | 336.23º | 0.71% | 0.56% | - |
| HSV(B) | 336.23º | 0.71% | 0.87% | - |
| XYZ | 36.1 | 20.89 | 22.21 | - |
| YUV | 118.72 | 132.68 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 127 | 0 | 0.71 | 0.43 | 0.13 | 336.23 | 0.71 | 0.56 |
| Hex | DF | 40 | 7F | 0 | 47 | 2B | D | 150 | 47 | 38 |
| Octal | 337 | 100 | 177 | 0 | 107 | 53 | 15 | 520 | 107 | 70 |
| Binary | 11011111 | 1000000 | 1111111 | 0 | 1000111 | 101011 | 1101 | 101010000 | 1000111 | 111000 |
Color Harmonies of #DF407F
Complementary color
Monochromatic Colors of #DF407F
Black with #DF407F
Text Example
Text Example
White with #DF407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF407F; }
p { color: rgb(223,64,127); }
H1.HeaderClassName
{
color: #DF407F;
}
.AnyTagClassName
{
color: #DF407F;
}
</style>
background-color css
<style>
a { background-color: #DF407F; }
a { background-color: rgb(223,64,127); }
div.DivClassName
{
background-color: #DF407F;
}
.BgClassName
{
background-color: #DF407F;
}
</style>
border-color css
<style>
span { border-color: #DF407F; }
span { border-color: rgb(223,64,127); }
td.TdClassName
{
border-color: #DF407F;
}
.TagClassName
{
border-color: #DF407F;
}
</style>