Shades of Cerise #DF3268
Tints of Cerise #DF3268
RGB
CMYK
RGB Variations
Color information
#DF3268 (or 0xDF3268) is known color: Cerise. HEX triplet: DF, 32 and 68. RGB value is (223,50,104). Sum of RGB (Red+Green+Blue) = 223+50+104=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3268 is #20CD97. Grayscale: #6B6B6B. Windows color (decimal): -2149784 or 6828767. OLE color: 6828767.
HSL color Cylindrical-coordinate representation of color #DF3268: hue angle of 341.27º 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 #DF3268 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 104 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.13 |
| HSL | 341.27º | 0.73% | 0.54% | - |
| HSV(B) | 341.27º | 0.78% | 0.87% | - |
| XYZ | 34.07 | 18.97 | 14.96 | - |
| YUV | 107.88 | 125.81 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 104 | 0 | 0.78 | 0.53 | 0.13 | 341.27 | 0.73 | 0.54 |
| Hex | DF | 32 | 68 | 0 | 4E | 35 | D | 155 | 49 | 36 |
| Octal | 337 | 62 | 150 | 0 | 116 | 65 | 15 | 525 | 111 | 66 |
| Binary | 11011111 | 110010 | 1101000 | 0 | 1001110 | 110101 | 1101 | 101010101 | 1001001 | 110110 |
Color Harmonies of #DF3268
Complementary color
Monochromatic Colors of #DF3268
Black with #DF3268
Text Example
Text Example
White with #DF3268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3268; }
p { color: rgb(223,50,104); }
H1.HeaderClassName
{
color: #DF3268;
}
.AnyTagClassName
{
color: #DF3268;
}
</style>
background-color css
<style>
a { background-color: #DF3268; }
a { background-color: rgb(223,50,104); }
div.DivClassName
{
background-color: #DF3268;
}
.BgClassName
{
background-color: #DF3268;
}
</style>
border-color css
<style>
span { border-color: #DF3268; }
span { border-color: rgb(223,50,104); }
td.TdClassName
{
border-color: #DF3268;
}
.TagClassName
{
border-color: #DF3268;
}
</style>