Shades of Cerise #DF425E
Tints of Cerise #DF425E
RGB
CMYK
RGB Variations
Color information
#DF425E (or 0xDF425E) is known color: Cerise. HEX triplet: DF, 42 and 5E. RGB value is (223,66,94). Sum of RGB (Red+Green+Blue) = 223+66+94=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF425E is #20BDA1. Grayscale: #747474. Windows color (decimal): -2145698 or 6177503. OLE color: 6177503.
HSL color Cylindrical-coordinate representation of color #DF425E: hue angle of 349.3º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF425E is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 94 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.13 |
| HSL | 349.3º | 0.71% | 0.57% | - |
| HSV(B) | 349.3º | 0.7% | 0.87% | - |
| XYZ | 34.4 | 20.39 | 12.71 | - |
| YUV | 116.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 94 | 0 | 0.70 | 0.58 | 0.13 | 349.3 | 0.71 | 0.57 |
| Hex | DF | 42 | 5E | 0 | 46 | 3A | D | 15D | 47 | 39 |
| Octal | 337 | 102 | 136 | 0 | 106 | 72 | 15 | 535 | 107 | 71 |
| Binary | 11011111 | 1000010 | 1011110 | 0 | 1000110 | 111010 | 1101 | 101011101 | 1000111 | 111001 |
Color Harmonies of #DF425E
Complementary color
Monochromatic Colors of #DF425E
Black with #DF425E
Text Example
Text Example
White with #DF425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF425E; }
p { color: rgb(223,66,94); }
H1.HeaderClassName
{
color: #DF425E;
}
.AnyTagClassName
{
color: #DF425E;
}
</style>
background-color css
<style>
a { background-color: #DF425E; }
a { background-color: rgb(223,66,94); }
div.DivClassName
{
background-color: #DF425E;
}
.BgClassName
{
background-color: #DF425E;
}
</style>
border-color css
<style>
span { border-color: #DF425E; }
span { border-color: rgb(223,66,94); }
td.TdClassName
{
border-color: #DF425E;
}
.TagClassName
{
border-color: #DF425E;
}
</style>