Shades of Deep Cerise #DF3082
Tints of Deep Cerise #DF3082
RGB
CMYK
RGB Variations
Color information
#DF3082 (or 0xDF3082) is known color: Deep Cerise. HEX triplet: DF, 30 and 82. RGB value is (223,48,130). Sum of RGB (Red+Green+Blue) = 223+48+130=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3082 is #20CF7D. Grayscale: #6D6D6D. Windows color (decimal): -2150270 or 8532191. OLE color: 8532191.
HSL color Cylindrical-coordinate representation of color #DF3082: hue angle of 331.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3082 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 130 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.13 |
| HSL | 331.89º | 0.73% | 0.53% | - |
| HSV(B) | 331.89º | 0.78% | 0.87% | - |
| XYZ | 35.52 | 19.41 | 22.99 | - |
| YUV | 109.67 | 139.48 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 130 | 0 | 0.78 | 0.42 | 0.13 | 331.89 | 0.73 | 0.53 |
| Hex | DF | 30 | 82 | 0 | 4E | 2A | D | 14C | 49 | 35 |
| Octal | 337 | 60 | 202 | 0 | 116 | 52 | 15 | 514 | 111 | 65 |
| Binary | 11011111 | 110000 | 10000010 | 0 | 1001110 | 101010 | 1101 | 101001100 | 1001001 | 110101 |
Color Harmonies of #DF3082
Complementary color
Monochromatic Colors of #DF3082
Black with #DF3082
Text Example
Text Example
White with #DF3082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3082; }
p { color: rgb(223,48,130); }
H1.HeaderClassName
{
color: #DF3082;
}
.AnyTagClassName
{
color: #DF3082;
}
</style>
background-color css
<style>
a { background-color: #DF3082; }
a { background-color: rgb(223,48,130); }
div.DivClassName
{
background-color: #DF3082;
}
.BgClassName
{
background-color: #DF3082;
}
</style>
border-color css
<style>
span { border-color: #DF3082; }
span { border-color: rgb(223,48,130); }
td.TdClassName
{
border-color: #DF3082;
}
.TagClassName
{
border-color: #DF3082;
}
</style>