Shades of Deep Cerise #DF1F7F
Tints of Deep Cerise #DF1F7F
RGB
CMYK
RGB Variations
Color information
#DF1F7F (or 0xDF1F7F) is known color: Deep Cerise. HEX triplet: DF, 1F and 7F. RGB value is (223,31,127). Sum of RGB (Red+Green+Blue) = 223+31+127=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1F7F is #20E080. Grayscale: #636363. Windows color (decimal): -2154625 or 8331231. OLE color: 8331231.
HSL color Cylindrical-coordinate representation of color #DF1F7F: hue angle of 330º degrees, saturation: 0.76, 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 #DF1F7F is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 31 | 127 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.13 |
| HSL | 330º | 0.76% | 0.5% | - |
| HSV(B) | 330º | 0.86% | 0.87% | - |
| XYZ | 34.75 | 18.2 | 21.76 | - |
| YUV | 99.35 | 143.61 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 127 | 0 | 0.86 | 0.43 | 0.13 | 330 | 0.76 | 0.5 |
| Hex | DF | 1F | 7F | 0 | 56 | 2B | D | 14A | 4C | 32 |
| Octal | 337 | 37 | 177 | 0 | 126 | 53 | 15 | 512 | 114 | 62 |
| Binary | 11011111 | 11111 | 1111111 | 0 | 1010110 | 101011 | 1101 | 101001010 | 1001100 | 110010 |
Color Harmonies of #DF1F7F
Complementary color
Monochromatic Colors of #DF1F7F
Black with #DF1F7F
Text Example
Text Example
White with #DF1F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1F7F; }
p { color: rgb(223,31,127); }
H1.HeaderClassName
{
color: #DF1F7F;
}
.AnyTagClassName
{
color: #DF1F7F;
}
</style>
background-color css
<style>
a { background-color: #DF1F7F; }
a { background-color: rgb(223,31,127); }
div.DivClassName
{
background-color: #DF1F7F;
}
.BgClassName
{
background-color: #DF1F7F;
}
</style>
border-color css
<style>
span { border-color: #DF1F7F; }
span { border-color: rgb(223,31,127); }
td.TdClassName
{
border-color: #DF1F7F;
}
.TagClassName
{
border-color: #DF1F7F;
}
</style>