Shades of Deep Cerise #DF2B85
Tints of Deep Cerise #DF2B85
RGB
CMYK
RGB Variations
Color information
#DF2B85 (or 0xDF2B85) is known color: Deep Cerise. HEX triplet: DF, 2B and 85. RGB value is (223,43,133). Sum of RGB (Red+Green+Blue) = 223+43+133=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B85 is #20D47A. Grayscale: #6A6A6A. Windows color (decimal): -2151547 or 8727519. OLE color: 8727519.
HSL color Cylindrical-coordinate representation of color #DF2B85: hue angle of 330º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2B85 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 133 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.13 |
| HSL | 330º | 0.74% | 0.52% | - |
| HSV(B) | 330º | 0.81% | 0.87% | - |
| XYZ | 35.53 | 19.11 | 24.01 | - |
| YUV | 107.08 | 142.63 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 133 | 0 | 0.81 | 0.40 | 0.13 | 330 | 0.74 | 0.52 |
| Hex | DF | 2B | 85 | 0 | 51 | 28 | D | 14A | 4A | 34 |
| Octal | 337 | 53 | 205 | 0 | 121 | 50 | 15 | 512 | 112 | 64 |
| Binary | 11011111 | 101011 | 10000101 | 0 | 1010001 | 101000 | 1101 | 101001010 | 1001010 | 110100 |
Color Harmonies of #DF2B85
Complementary color
Monochromatic Colors of #DF2B85
Black with #DF2B85
Text Example
Text Example
White with #DF2B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B85; }
p { color: rgb(223,43,133); }
H1.HeaderClassName
{
color: #DF2B85;
}
.AnyTagClassName
{
color: #DF2B85;
}
</style>
background-color css
<style>
a { background-color: #DF2B85; }
a { background-color: rgb(223,43,133); }
div.DivClassName
{
background-color: #DF2B85;
}
.BgClassName
{
background-color: #DF2B85;
}
</style>
border-color css
<style>
span { border-color: #DF2B85; }
span { border-color: rgb(223,43,133); }
td.TdClassName
{
border-color: #DF2B85;
}
.TagClassName
{
border-color: #DF2B85;
}
</style>