Shades of Deep Cerise #DF3985
Tints of Deep Cerise #DF3985
RGB
CMYK
RGB Variations
Color information
#DF3985 (or 0xDF3985) is known color: Deep Cerise. HEX triplet: DF, 39 and 85. RGB value is (223,57,133). Sum of RGB (Red+Green+Blue) = 223+57+133=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3985 is #20C67A. Grayscale: #737373. Windows color (decimal): -2147963 or 8731103. OLE color: 8731103.
HSL color Cylindrical-coordinate representation of color #DF3985: hue angle of 332.53º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3985 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 133 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.13 |
| HSL | 332.53º | 0.72% | 0.55% | - |
| HSV(B) | 332.53º | 0.74% | 0.87% | - |
| XYZ | 36.13 | 20.31 | 24.21 | - |
| YUV | 115.3 | 138 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 133 | 0 | 0.74 | 0.40 | 0.13 | 332.53 | 0.72 | 0.55 |
| Hex | DF | 39 | 85 | 0 | 4A | 28 | D | 14D | 48 | 37 |
| Octal | 337 | 71 | 205 | 0 | 112 | 50 | 15 | 515 | 110 | 67 |
| Binary | 11011111 | 111001 | 10000101 | 0 | 1001010 | 101000 | 1101 | 101001101 | 1001000 | 110111 |
Color Harmonies of #DF3985
Complementary color
Monochromatic Colors of #DF3985
Black with #DF3985
Text Example
Text Example
White with #DF3985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3985; }
p { color: rgb(223,57,133); }
H1.HeaderClassName
{
color: #DF3985;
}
.AnyTagClassName
{
color: #DF3985;
}
</style>
background-color css
<style>
a { background-color: #DF3985; }
a { background-color: rgb(223,57,133); }
div.DivClassName
{
background-color: #DF3985;
}
.BgClassName
{
background-color: #DF3985;
}
</style>
border-color css
<style>
span { border-color: #DF3985; }
span { border-color: rgb(223,57,133); }
td.TdClassName
{
border-color: #DF3985;
}
.TagClassName
{
border-color: #DF3985;
}
</style>