Shades of Cerise #DF305E
Tints of Cerise #DF305E
RGB
CMYK
RGB Variations
Color information
#DF305E (or 0xDF305E) is known color: Cerise. HEX triplet: DF, 30 and 5E. RGB value is (223,48,94). Sum of RGB (Red+Green+Blue) = 223+48+94=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF305E is #20CFA1. Grayscale: #696969. Windows color (decimal): -2150306 or 6172895. OLE color: 6172895.
HSL color Cylindrical-coordinate representation of color #DF305E: hue angle of 344.23º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF305E is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 94 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.13 |
| HSL | 344.23º | 0.73% | 0.53% | - |
| HSV(B) | 344.23º | 0.78% | 0.87% | - |
| XYZ | 33.51 | 18.61 | 12.42 | - |
| YUV | 105.57 | 121.48 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 94 | 0 | 0.78 | 0.58 | 0.13 | 344.23 | 0.73 | 0.53 |
| Hex | DF | 30 | 5E | 0 | 4E | 3A | D | 158 | 49 | 35 |
| Octal | 337 | 60 | 136 | 0 | 116 | 72 | 15 | 530 | 111 | 65 |
| Binary | 11011111 | 110000 | 1011110 | 0 | 1001110 | 111010 | 1101 | 101011000 | 1001001 | 110101 |
Color Harmonies of #DF305E
Complementary color
Monochromatic Colors of #DF305E
Black with #DF305E
Text Example
Text Example
White with #DF305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF305E; }
p { color: rgb(223,48,94); }
H1.HeaderClassName
{
color: #DF305E;
}
.AnyTagClassName
{
color: #DF305E;
}
</style>
background-color css
<style>
a { background-color: #DF305E; }
a { background-color: rgb(223,48,94); }
div.DivClassName
{
background-color: #DF305E;
}
.BgClassName
{
background-color: #DF305E;
}
</style>
border-color css
<style>
span { border-color: #DF305E; }
span { border-color: rgb(223,48,94); }
td.TdClassName
{
border-color: #DF305E;
}
.TagClassName
{
border-color: #DF305E;
}
</style>