Shades of Deep Cerise #DF2D7F
Tints of Deep Cerise #DF2D7F
RGB
CMYK
RGB Variations
Color information
#DF2D7F (or 0xDF2D7F) is known color: Deep Cerise. HEX triplet: DF, 2D and 7F. RGB value is (223,45,127). Sum of RGB (Red+Green+Blue) = 223+45+127=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2D7F is #20D280. Grayscale: #6B6B6B. Windows color (decimal): -2151041 or 8334815. OLE color: 8334815.
HSL color Cylindrical-coordinate representation of color #DF2D7F: hue angle of 332.36º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D7F is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 127 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.13 |
| HSL | 332.36º | 0.74% | 0.53% | - |
| HSV(B) | 332.36º | 0.8% | 0.87% | - |
| XYZ | 35.2 | 19.1 | 21.91 | - |
| YUV | 107.57 | 138.97 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 127 | 0 | 0.80 | 0.43 | 0.13 | 332.36 | 0.74 | 0.53 |
| Hex | DF | 2D | 7F | 0 | 50 | 2B | D | 14C | 4A | 35 |
| Octal | 337 | 55 | 177 | 0 | 120 | 53 | 15 | 514 | 112 | 65 |
| Binary | 11011111 | 101101 | 1111111 | 0 | 1010000 | 101011 | 1101 | 101001100 | 1001010 | 110101 |
Color Harmonies of #DF2D7F
Complementary color
Monochromatic Colors of #DF2D7F
Black with #DF2D7F
Text Example
Text Example
White with #DF2D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D7F; }
p { color: rgb(223,45,127); }
H1.HeaderClassName
{
color: #DF2D7F;
}
.AnyTagClassName
{
color: #DF2D7F;
}
</style>
background-color css
<style>
a { background-color: #DF2D7F; }
a { background-color: rgb(223,45,127); }
div.DivClassName
{
background-color: #DF2D7F;
}
.BgClassName
{
background-color: #DF2D7F;
}
</style>
border-color css
<style>
span { border-color: #DF2D7F; }
span { border-color: rgb(223,45,127); }
td.TdClassName
{
border-color: #DF2D7F;
}
.TagClassName
{
border-color: #DF2D7F;
}
</style>