Shades of Cerise #DF325B
Tints of Cerise #DF325B
RGB
CMYK
RGB Variations
Color information
#DF325B (or 0xDF325B) is known color: Cerise. HEX triplet: DF, 32 and 5B. RGB value is (223,50,91). Sum of RGB (Red+Green+Blue) = 223+50+91=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF325B is #20CDA4. Grayscale: #6A6A6A. Windows color (decimal): -2149797 or 5976799. OLE color: 5976799.
HSL color Cylindrical-coordinate representation of color #DF325B: hue angle of 345.78º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF325B is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 91 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.13 |
| HSL | 345.78º | 0.73% | 0.54% | - |
| HSV(B) | 345.78º | 0.78% | 0.87% | - |
| XYZ | 33.46 | 18.72 | 11.75 | - |
| YUV | 106.4 | 119.31 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 91 | 0 | 0.78 | 0.59 | 0.13 | 345.78 | 0.73 | 0.54 |
| Hex | DF | 32 | 5B | 0 | 4E | 3B | D | 15A | 49 | 36 |
| Octal | 337 | 62 | 133 | 0 | 116 | 73 | 15 | 532 | 111 | 66 |
| Binary | 11011111 | 110010 | 1011011 | 0 | 1001110 | 111011 | 1101 | 101011010 | 1001001 | 110110 |
Color Harmonies of #DF325B
Complementary color
Monochromatic Colors of #DF325B
Black with #DF325B
Text Example
Text Example
White with #DF325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF325B; }
p { color: rgb(223,50,91); }
H1.HeaderClassName
{
color: #DF325B;
}
.AnyTagClassName
{
color: #DF325B;
}
</style>
background-color css
<style>
a { background-color: #DF325B; }
a { background-color: rgb(223,50,91); }
div.DivClassName
{
background-color: #DF325B;
}
.BgClassName
{
background-color: #DF325B;
}
</style>
border-color css
<style>
span { border-color: #DF325B; }
span { border-color: rgb(223,50,91); }
td.TdClassName
{
border-color: #DF325B;
}
.TagClassName
{
border-color: #DF325B;
}
</style>