Shades of Deep Cerise #DF2A7B
Tints of Deep Cerise #DF2A7B
RGB
CMYK
RGB Variations
Color information
#DF2A7B (or 0xDF2A7B) is known color: Deep Cerise. HEX triplet: DF, 2A and 7B. RGB value is (223,42,123). Sum of RGB (Red+Green+Blue) = 223+42+123=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2A7B is #20D584. Grayscale: #696969. Windows color (decimal): -2151813 or 8071903. OLE color: 8071903.
HSL color Cylindrical-coordinate representation of color #DF2A7B: hue angle of 333.15º 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 #DF2A7B is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 123 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.13 |
| HSL | 333.15º | 0.74% | 0.52% | - |
| HSV(B) | 333.15º | 0.81% | 0.87% | - |
| XYZ | 34.83 | 18.77 | 20.53 | - |
| YUV | 105.35 | 137.97 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 123 | 0 | 0.81 | 0.45 | 0.13 | 333.15 | 0.74 | 0.52 |
| Hex | DF | 2A | 7B | 0 | 51 | 2D | D | 14D | 4A | 34 |
| Octal | 337 | 52 | 173 | 0 | 121 | 55 | 15 | 515 | 112 | 64 |
| Binary | 11011111 | 101010 | 1111011 | 0 | 1010001 | 101101 | 1101 | 101001101 | 1001010 | 110100 |
Color Harmonies of #DF2A7B
Complementary color
Monochromatic Colors of #DF2A7B
Black with #DF2A7B
Text Example
Text Example
White with #DF2A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A7B; }
p { color: rgb(223,42,123); }
H1.HeaderClassName
{
color: #DF2A7B;
}
.AnyTagClassName
{
color: #DF2A7B;
}
</style>
background-color css
<style>
a { background-color: #DF2A7B; }
a { background-color: rgb(223,42,123); }
div.DivClassName
{
background-color: #DF2A7B;
}
.BgClassName
{
background-color: #DF2A7B;
}
</style>
border-color css
<style>
span { border-color: #DF2A7B; }
span { border-color: rgb(223,42,123); }
td.TdClassName
{
border-color: #DF2A7B;
}
.TagClassName
{
border-color: #DF2A7B;
}
</style>