Shades of Deep Cerise #DF2075
Tints of Deep Cerise #DF2075
RGB
CMYK
RGB Variations
Color information
#DF2075 (or 0xDF2075) is known color: Deep Cerise. HEX triplet: DF, 20 and 75. RGB value is (223,32,117). Sum of RGB (Red+Green+Blue) = 223+32+117=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2075 is #20DF8A. Grayscale: #626262. Windows color (decimal): -2154379 or 7676127. OLE color: 7676127.
HSL color Cylindrical-coordinate representation of color #DF2075: hue angle of 333.3º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2075 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 117 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.13 |
| HSL | 333.3º | 0.75% | 0.5% | - |
| HSV(B) | 333.3º | 0.86% | 0.87% | - |
| XYZ | 34.16 | 18.01 | 18.5 | - |
| YUV | 98.8 | 138.28 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 117 | 0 | 0.86 | 0.48 | 0.13 | 333.3 | 0.75 | 0.5 |
| Hex | DF | 20 | 75 | 0 | 56 | 30 | D | 14D | 4B | 32 |
| Octal | 337 | 40 | 165 | 0 | 126 | 60 | 15 | 515 | 113 | 62 |
| Binary | 11011111 | 100000 | 1110101 | 0 | 1010110 | 110000 | 1101 | 101001101 | 1001011 | 110010 |
Color Harmonies of #DF2075
Complementary color
Monochromatic Colors of #DF2075
Black with #DF2075
Text Example
Text Example
White with #DF2075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2075; }
p { color: rgb(223,32,117); }
H1.HeaderClassName
{
color: #DF2075;
}
.AnyTagClassName
{
color: #DF2075;
}
</style>
background-color css
<style>
a { background-color: #DF2075; }
a { background-color: rgb(223,32,117); }
div.DivClassName
{
background-color: #DF2075;
}
.BgClassName
{
background-color: #DF2075;
}
</style>
border-color css
<style>
span { border-color: #DF2075; }
span { border-color: rgb(223,32,117); }
td.TdClassName
{
border-color: #DF2075;
}
.TagClassName
{
border-color: #DF2075;
}
</style>