Shades of Cerise #DF225B
Tints of Cerise #DF225B
RGB
CMYK
RGB Variations
Color information
#DF225B (or 0xDF225B) is known color: Cerise. HEX triplet: DF, 22 and 5B. RGB value is (223,34,91). Sum of RGB (Red+Green+Blue) = 223+34+91=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF225B is #20DDA4. Grayscale: #606060. Windows color (decimal): -2153893 or 5972703. OLE color: 5972703.
HSL color Cylindrical-coordinate representation of color #DF225B: hue angle of 341.9º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF225B is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 91 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.13 |
| HSL | 341.9º | 0.75% | 0.5% | - |
| HSV(B) | 341.9º | 0.85% | 0.87% | - |
| XYZ | 32.89 | 17.59 | 11.56 | - |
| YUV | 97.01 | 124.62 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 91 | 0 | 0.85 | 0.59 | 0.13 | 341.9 | 0.75 | 0.5 |
| Hex | DF | 22 | 5B | 0 | 55 | 3B | D | 156 | 4B | 32 |
| Octal | 337 | 42 | 133 | 0 | 125 | 73 | 15 | 526 | 113 | 62 |
| Binary | 11011111 | 100010 | 1011011 | 0 | 1010101 | 111011 | 1101 | 101010110 | 1001011 | 110010 |
Color Harmonies of #DF225B
Complementary color
Monochromatic Colors of #DF225B
Black with #DF225B
Text Example
Text Example
White with #DF225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF225B; }
p { color: rgb(223,34,91); }
H1.HeaderClassName
{
color: #DF225B;
}
.AnyTagClassName
{
color: #DF225B;
}
</style>
background-color css
<style>
a { background-color: #DF225B; }
a { background-color: rgb(223,34,91); }
div.DivClassName
{
background-color: #DF225B;
}
.BgClassName
{
background-color: #DF225B;
}
</style>
border-color css
<style>
span { border-color: #DF225B; }
span { border-color: rgb(223,34,91); }
td.TdClassName
{
border-color: #DF225B;
}
.TagClassName
{
border-color: #DF225B;
}
</style>