Shades of Deep Cerise #DF3288
Tints of Deep Cerise #DF3288
RGB
CMYK
RGB Variations
Color information
#DF3288 (or 0xDF3288) is known color: Deep Cerise. HEX triplet: DF, 32 and 88. RGB value is (223,50,136). Sum of RGB (Red+Green+Blue) = 223+50+136=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3288 is #20CD77. Grayscale: #6F6F6F. Windows color (decimal): -2149752 or 8925919. OLE color: 8925919.
HSL color Cylindrical-coordinate representation of color #DF3288: hue angle of 330.17º 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 #DF3288 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 136 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.13 |
| HSL | 330.17º | 0.73% | 0.54% | - |
| HSV(B) | 330.17º | 0.78% | 0.87% | - |
| XYZ | 36.02 | 19.75 | 25.21 | - |
| YUV | 111.53 | 141.81 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 136 | 0 | 0.78 | 0.39 | 0.13 | 330.17 | 0.73 | 0.54 |
| Hex | DF | 32 | 88 | 0 | 4E | 27 | D | 14A | 49 | 36 |
| Octal | 337 | 62 | 210 | 0 | 116 | 47 | 15 | 512 | 111 | 66 |
| Binary | 11011111 | 110010 | 10001000 | 0 | 1001110 | 100111 | 1101 | 101001010 | 1001001 | 110110 |
Color Harmonies of #DF3288
Complementary color
Monochromatic Colors of #DF3288
Black with #DF3288
Text Example
Text Example
White with #DF3288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3288; }
p { color: rgb(223,50,136); }
H1.HeaderClassName
{
color: #DF3288;
}
.AnyTagClassName
{
color: #DF3288;
}
</style>
background-color css
<style>
a { background-color: #DF3288; }
a { background-color: rgb(223,50,136); }
div.DivClassName
{
background-color: #DF3288;
}
.BgClassName
{
background-color: #DF3288;
}
</style>
border-color css
<style>
span { border-color: #DF3288; }
span { border-color: rgb(223,50,136); }
td.TdClassName
{
border-color: #DF3288;
}
.TagClassName
{
border-color: #DF3288;
}
</style>