Shades of Cerise #DF405E
Tints of Cerise #DF405E
RGB
CMYK
RGB Variations
Color information
#DF405E (or 0xDF405E) is known color: Cerise. HEX triplet: DF, 40 and 5E. RGB value is (223,64,94). Sum of RGB (Red+Green+Blue) = 223+64+94=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF405E is #20BFA1. Grayscale: #737373. Windows color (decimal): -2146210 or 6176991. OLE color: 6176991.
HSL color Cylindrical-coordinate representation of color #DF405E: hue angle of 348.68º 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 #DF405E is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 94 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.13 |
| HSL | 348.68º | 0.71% | 0.56% | - |
| HSV(B) | 348.68º | 0.71% | 0.87% | - |
| XYZ | 34.29 | 20.16 | 12.67 | - |
| YUV | 114.96 | 116.18 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 94 | 0 | 0.71 | 0.58 | 0.13 | 348.68 | 0.71 | 0.56 |
| Hex | DF | 40 | 5E | 0 | 47 | 3A | D | 15D | 47 | 38 |
| Octal | 337 | 100 | 136 | 0 | 107 | 72 | 15 | 535 | 107 | 70 |
| Binary | 11011111 | 1000000 | 1011110 | 0 | 1000111 | 111010 | 1101 | 101011101 | 1000111 | 111000 |
Color Harmonies of #DF405E
Complementary color
Monochromatic Colors of #DF405E
Black with #DF405E
Text Example
Text Example
White with #DF405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF405E; }
p { color: rgb(223,64,94); }
H1.HeaderClassName
{
color: #DF405E;
}
.AnyTagClassName
{
color: #DF405E;
}
</style>
background-color css
<style>
a { background-color: #DF405E; }
a { background-color: rgb(223,64,94); }
div.DivClassName
{
background-color: #DF405E;
}
.BgClassName
{
background-color: #DF405E;
}
</style>
border-color css
<style>
span { border-color: #DF405E; }
span { border-color: rgb(223,64,94); }
td.TdClassName
{
border-color: #DF405E;
}
.TagClassName
{
border-color: #DF405E;
}
</style>