Shades of Cerise #DF425A
Tints of Cerise #DF425A
RGB
CMYK
RGB Variations
Color information
#DF425A (or 0xDF425A) is known color: Cerise. HEX triplet: DF, 42 and 5A. RGB value is (223,66,90). Sum of RGB (Red+Green+Blue) = 223+66+90=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF425A is #20BDA5. Grayscale: #737373. Windows color (decimal): -2145702 or 5915359. OLE color: 5915359.
HSL color Cylindrical-coordinate representation of color #DF425A: hue angle of 350.83º 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 #DF425A is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 90 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.13 |
| HSL | 350.83º | 0.71% | 0.57% | - |
| HSV(B) | 350.83º | 0.7% | 0.87% | - |
| XYZ | 34.23 | 20.32 | 11.79 | - |
| YUV | 115.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 90 | 0 | 0.70 | 0.60 | 0.13 | 350.83 | 0.71 | 0.57 |
| Hex | DF | 42 | 5A | 0 | 46 | 3C | D | 15F | 47 | 39 |
| Octal | 337 | 102 | 132 | 0 | 106 | 74 | 15 | 537 | 107 | 71 |
| Binary | 11011111 | 1000010 | 1011010 | 0 | 1000110 | 111100 | 1101 | 101011111 | 1000111 | 111001 |
Color Harmonies of #DF425A
Complementary color
Monochromatic Colors of #DF425A
Black with #DF425A
Text Example
Text Example
White with #DF425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF425A; }
p { color: rgb(223,66,90); }
H1.HeaderClassName
{
color: #DF425A;
}
.AnyTagClassName
{
color: #DF425A;
}
</style>
background-color css
<style>
a { background-color: #DF425A; }
a { background-color: rgb(223,66,90); }
div.DivClassName
{
background-color: #DF425A;
}
.BgClassName
{
background-color: #DF425A;
}
</style>
border-color css
<style>
span { border-color: #DF425A; }
span { border-color: rgb(223,66,90); }
td.TdClassName
{
border-color: #DF425A;
}
.TagClassName
{
border-color: #DF425A;
}
</style>