Shades of Deep Cerise #DF3480
Tints of Deep Cerise #DF3480
RGB
CMYK
RGB Variations
Color information
#DF3480 (or 0xDF3480) is known color: Deep Cerise. HEX triplet: DF, 34 and 80. RGB value is (223,52,128). Sum of RGB (Red+Green+Blue) = 223+52+128=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3480 is #20CB7F. Grayscale: #6F6F6F. Windows color (decimal): -2149248 or 8402143. OLE color: 8402143.
HSL color Cylindrical-coordinate representation of color #DF3480: hue angle of 333.33º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3480 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 128 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.13 |
| HSL | 333.33º | 0.73% | 0.54% | - |
| HSV(B) | 333.33º | 0.77% | 0.87% | - |
| XYZ | 35.56 | 19.7 | 22.35 | - |
| YUV | 111.79 | 137.15 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 128 | 0 | 0.77 | 0.43 | 0.13 | 333.33 | 0.73 | 0.54 |
| Hex | DF | 34 | 80 | 0 | 4D | 2B | D | 14D | 49 | 36 |
| Octal | 337 | 64 | 200 | 0 | 115 | 53 | 15 | 515 | 111 | 66 |
| Binary | 11011111 | 110100 | 10000000 | 0 | 1001101 | 101011 | 1101 | 101001101 | 1001001 | 110110 |
Color Harmonies of #DF3480
Complementary color
Monochromatic Colors of #DF3480
Black with #DF3480
Text Example
Text Example
White with #DF3480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3480; }
p { color: rgb(223,52,128); }
H1.HeaderClassName
{
color: #DF3480;
}
.AnyTagClassName
{
color: #DF3480;
}
</style>
background-color css
<style>
a { background-color: #DF3480; }
a { background-color: rgb(223,52,128); }
div.DivClassName
{
background-color: #DF3480;
}
.BgClassName
{
background-color: #DF3480;
}
</style>
border-color css
<style>
span { border-color: #DF3480; }
span { border-color: rgb(223,52,128); }
td.TdClassName
{
border-color: #DF3480;
}
.TagClassName
{
border-color: #DF3480;
}
</style>