Shades of Deep Cerise #DF3081
Tints of Deep Cerise #DF3081
RGB
CMYK
RGB Variations
Color information
#DF3081 (or 0xDF3081) is known color: Deep Cerise. HEX triplet: DF, 30 and 81. RGB value is (223,48,129). Sum of RGB (Red+Green+Blue) = 223+48+129=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3081 is #20CF7E. Grayscale: #6D6D6D. Windows color (decimal): -2150271 or 8466655. OLE color: 8466655.
HSL color Cylindrical-coordinate representation of color #DF3081: hue angle of 332.23º 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 #DF3081 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 129 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.13 |
| HSL | 332.23º | 0.73% | 0.53% | - |
| HSV(B) | 332.23º | 0.78% | 0.87% | - |
| XYZ | 35.45 | 19.39 | 22.64 | - |
| YUV | 109.56 | 138.98 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 129 | 0 | 0.78 | 0.42 | 0.13 | 332.23 | 0.73 | 0.53 |
| Hex | DF | 30 | 81 | 0 | 4E | 2A | D | 14C | 49 | 35 |
| Octal | 337 | 60 | 201 | 0 | 116 | 52 | 15 | 514 | 111 | 65 |
| Binary | 11011111 | 110000 | 10000001 | 0 | 1001110 | 101010 | 1101 | 101001100 | 1001001 | 110101 |
Color Harmonies of #DF3081
Complementary color
Monochromatic Colors of #DF3081
Black with #DF3081
Text Example
Text Example
White with #DF3081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3081; }
p { color: rgb(223,48,129); }
H1.HeaderClassName
{
color: #DF3081;
}
.AnyTagClassName
{
color: #DF3081;
}
</style>
background-color css
<style>
a { background-color: #DF3081; }
a { background-color: rgb(223,48,129); }
div.DivClassName
{
background-color: #DF3081;
}
.BgClassName
{
background-color: #DF3081;
}
</style>
border-color css
<style>
span { border-color: #DF3081; }
span { border-color: rgb(223,48,129); }
td.TdClassName
{
border-color: #DF3081;
}
.TagClassName
{
border-color: #DF3081;
}
</style>