Shades of Deep Cerise #DF2B93
Tints of Deep Cerise #DF2B93
RGB
CMYK
RGB Variations
Color information
#DF2B93 (or 0xDF2B93) is known color: Deep Cerise. HEX triplet: DF, 2B and 93. RGB value is (223,43,147). Sum of RGB (Red+Green+Blue) = 223+43+147=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B93 is #20D46C. Grayscale: #6C6C6C. Windows color (decimal): -2151533 or 9645023. OLE color: 9645023.
HSL color Cylindrical-coordinate representation of color #DF2B93: hue angle of 325.33º 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 #DF2B93 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 147 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.13 |
| HSL | 325.33º | 0.74% | 0.52% | - |
| HSV(B) | 325.33º | 0.81% | 0.87% | - |
| XYZ | 36.56 | 19.52 | 29.44 | - |
| YUV | 108.68 | 149.63 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 147 | 0 | 0.81 | 0.34 | 0.13 | 325.33 | 0.74 | 0.52 |
| Hex | DF | 2B | 93 | 0 | 51 | 22 | D | 145 | 4A | 34 |
| Octal | 337 | 53 | 223 | 0 | 121 | 42 | 15 | 505 | 112 | 64 |
| Binary | 11011111 | 101011 | 10010011 | 0 | 1010001 | 100010 | 1101 | 101000101 | 1001010 | 110100 |
Color Harmonies of #DF2B93
Complementary color
Monochromatic Colors of #DF2B93
Black with #DF2B93
Text Example
Text Example
White with #DF2B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B93; }
p { color: rgb(223,43,147); }
H1.HeaderClassName
{
color: #DF2B93;
}
.AnyTagClassName
{
color: #DF2B93;
}
</style>
background-color css
<style>
a { background-color: #DF2B93; }
a { background-color: rgb(223,43,147); }
div.DivClassName
{
background-color: #DF2B93;
}
.BgClassName
{
background-color: #DF2B93;
}
</style>
border-color css
<style>
span { border-color: #DF2B93; }
span { border-color: rgb(223,43,147); }
td.TdClassName
{
border-color: #DF2B93;
}
.TagClassName
{
border-color: #DF2B93;
}
</style>