Shades of Cerise #DF3260
Tints of Cerise #DF3260
RGB
CMYK
RGB Variations
Color information
#DF3260 (or 0xDF3260) is known color: Cerise. HEX triplet: DF, 32 and 60. RGB value is (223,50,96). Sum of RGB (Red+Green+Blue) = 223+50+96=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3260 is #20CD9F. Grayscale: #6A6A6A. Windows color (decimal): -2149792 or 6304479. OLE color: 6304479.
HSL color Cylindrical-coordinate representation of color #DF3260: hue angle of 344.05º 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 #DF3260 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 96 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.13 |
| HSL | 344.05º | 0.73% | 0.54% | - |
| HSV(B) | 344.05º | 0.78% | 0.87% | - |
| XYZ | 33.68 | 18.81 | 12.92 | - |
| YUV | 106.97 | 121.81 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 96 | 0 | 0.78 | 0.57 | 0.13 | 344.05 | 0.73 | 0.54 |
| Hex | DF | 32 | 60 | 0 | 4E | 39 | D | 158 | 49 | 36 |
| Octal | 337 | 62 | 140 | 0 | 116 | 71 | 15 | 530 | 111 | 66 |
| Binary | 11011111 | 110010 | 1100000 | 0 | 1001110 | 111001 | 1101 | 101011000 | 1001001 | 110110 |
Color Harmonies of #DF3260
Complementary color
Monochromatic Colors of #DF3260
Black with #DF3260
Text Example
Text Example
White with #DF3260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3260; }
p { color: rgb(223,50,96); }
H1.HeaderClassName
{
color: #DF3260;
}
.AnyTagClassName
{
color: #DF3260;
}
</style>
background-color css
<style>
a { background-color: #DF3260; }
a { background-color: rgb(223,50,96); }
div.DivClassName
{
background-color: #DF3260;
}
.BgClassName
{
background-color: #DF3260;
}
</style>
border-color css
<style>
span { border-color: #DF3260; }
span { border-color: rgb(223,50,96); }
td.TdClassName
{
border-color: #DF3260;
}
.TagClassName
{
border-color: #DF3260;
}
</style>