Shades of Cerise #DF425B
Tints of Cerise #DF425B
RGB
CMYK
RGB Variations
Color information
#DF425B (or 0xDF425B) is known color: Cerise. HEX triplet: DF, 42 and 5B. RGB value is (223,66,91). Sum of RGB (Red+Green+Blue) = 223+66+91=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF425B is #20BDA4. Grayscale: #737373. Windows color (decimal): -2145701 or 5980895. OLE color: 5980895.
HSL color Cylindrical-coordinate representation of color #DF425B: hue angle of 350.45º 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 #DF425B is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 91 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.13 |
| HSL | 350.45º | 0.71% | 0.57% | - |
| HSV(B) | 350.45º | 0.7% | 0.87% | - |
| XYZ | 34.27 | 20.34 | 12.02 | - |
| YUV | 115.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 91 | 0 | 0.70 | 0.59 | 0.13 | 350.45 | 0.71 | 0.57 |
| Hex | DF | 42 | 5B | 0 | 46 | 3B | D | 15E | 47 | 39 |
| Octal | 337 | 102 | 133 | 0 | 106 | 73 | 15 | 536 | 107 | 71 |
| Binary | 11011111 | 1000010 | 1011011 | 0 | 1000110 | 111011 | 1101 | 101011110 | 1000111 | 111001 |
Color Harmonies of #DF425B
Complementary color
Monochromatic Colors of #DF425B
Black with #DF425B
Text Example
Text Example
White with #DF425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF425B; }
p { color: rgb(223,66,91); }
H1.HeaderClassName
{
color: #DF425B;
}
.AnyTagClassName
{
color: #DF425B;
}
</style>
background-color css
<style>
a { background-color: #DF425B; }
a { background-color: rgb(223,66,91); }
div.DivClassName
{
background-color: #DF425B;
}
.BgClassName
{
background-color: #DF425B;
}
</style>
border-color css
<style>
span { border-color: #DF425B; }
span { border-color: rgb(223,66,91); }
td.TdClassName
{
border-color: #DF425B;
}
.TagClassName
{
border-color: #DF425B;
}
</style>