Shades of Cerise #DF3259
Tints of Cerise #DF3259
RGB
CMYK
RGB Variations
Color information
#DF3259 (or 0xDF3259) is known color: Cerise. HEX triplet: DF, 32 and 59. RGB value is (223,50,89). Sum of RGB (Red+Green+Blue) = 223+50+89=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3259 is #20CDA6. Grayscale: #6A6A6A. Windows color (decimal): -2149799 or 5845727. OLE color: 5845727.
HSL color Cylindrical-coordinate representation of color #DF3259: hue angle of 346.47º 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 #DF3259 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 89 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.13 |
| HSL | 346.47º | 0.73% | 0.54% | - |
| HSV(B) | 346.47º | 0.78% | 0.87% | - |
| XYZ | 33.38 | 18.69 | 11.3 | - |
| YUV | 106.17 | 118.31 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 89 | 0 | 0.78 | 0.60 | 0.13 | 346.47 | 0.73 | 0.54 |
| Hex | DF | 32 | 59 | 0 | 4E | 3C | D | 15A | 49 | 36 |
| Octal | 337 | 62 | 131 | 0 | 116 | 74 | 15 | 532 | 111 | 66 |
| Binary | 11011111 | 110010 | 1011001 | 0 | 1001110 | 111100 | 1101 | 101011010 | 1001001 | 110110 |
Color Harmonies of #DF3259
Complementary color
Monochromatic Colors of #DF3259
Black with #DF3259
Text Example
Text Example
White with #DF3259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3259; }
p { color: rgb(223,50,89); }
H1.HeaderClassName
{
color: #DF3259;
}
.AnyTagClassName
{
color: #DF3259;
}
</style>
background-color css
<style>
a { background-color: #DF3259; }
a { background-color: rgb(223,50,89); }
div.DivClassName
{
background-color: #DF3259;
}
.BgClassName
{
background-color: #DF3259;
}
</style>
border-color css
<style>
span { border-color: #DF3259; }
span { border-color: rgb(223,50,89); }
td.TdClassName
{
border-color: #DF3259;
}
.TagClassName
{
border-color: #DF3259;
}
</style>