Shades of Cerise #DF3272
Tints of Cerise #DF3272
RGB
CMYK
RGB Variations
Color information
#DF3272 (or 0xDF3272) is known color: Cerise. HEX triplet: DF, 32 and 72. RGB value is (223,50,114). Sum of RGB (Red+Green+Blue) = 223+50+114=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3272 is #20CD8D. Grayscale: #6C6C6C. Windows color (decimal): -2149774 or 7484127. OLE color: 7484127.
HSL color Cylindrical-coordinate representation of color #DF3272: hue angle of 337.8º 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 #DF3272 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 114 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.13 |
| HSL | 337.8º | 0.73% | 0.54% | - |
| HSV(B) | 337.8º | 0.78% | 0.87% | - |
| XYZ | 34.61 | 19.18 | 17.8 | - |
| YUV | 109.02 | 130.81 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 114 | 0 | 0.78 | 0.49 | 0.13 | 337.8 | 0.73 | 0.54 |
| Hex | DF | 32 | 72 | 0 | 4E | 31 | D | 152 | 49 | 36 |
| Octal | 337 | 62 | 162 | 0 | 116 | 61 | 15 | 522 | 111 | 66 |
| Binary | 11011111 | 110010 | 1110010 | 0 | 1001110 | 110001 | 1101 | 101010010 | 1001001 | 110110 |
Color Harmonies of #DF3272
Complementary color
Monochromatic Colors of #DF3272
Black with #DF3272
Text Example
Text Example
White with #DF3272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3272; }
p { color: rgb(223,50,114); }
H1.HeaderClassName
{
color: #DF3272;
}
.AnyTagClassName
{
color: #DF3272;
}
</style>
background-color css
<style>
a { background-color: #DF3272; }
a { background-color: rgb(223,50,114); }
div.DivClassName
{
background-color: #DF3272;
}
.BgClassName
{
background-color: #DF3272;
}
</style>
border-color css
<style>
span { border-color: #DF3272; }
span { border-color: rgb(223,50,114); }
td.TdClassName
{
border-color: #DF3272;
}
.TagClassName
{
border-color: #DF3272;
}
</style>