Shades of Deep Cerise #DF31A3
Tints of Deep Cerise #DF31A3
RGB
CMYK
RGB Variations
Color information
#DF31A3 (or 0xDF31A3) is known color: Deep Cerise. HEX triplet: DF, 31 and A3. RGB value is (223,49,163). Sum of RGB (Red+Green+Blue) = 223+49+163=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF31A3 is #20CE5C. Grayscale: #717171. Windows color (decimal): -2149981 or 10695135. OLE color: 10695135.
HSL color Cylindrical-coordinate representation of color #DF31A3: hue angle of 320.69º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF31A3 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 163 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.13 |
| HSL | 320.69º | 0.73% | 0.53% | - |
| HSV(B) | 320.69º | 0.78% | 0.87% | - |
| XYZ | 38.14 | 20.53 | 36.6 | - |
| YUV | 114.02 | 155.65 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 163 | 0 | 0.78 | 0.27 | 0.13 | 320.69 | 0.73 | 0.53 |
| Hex | DF | 31 | A3 | 0 | 4E | 1B | D | 141 | 49 | 35 |
| Octal | 337 | 61 | 243 | 0 | 116 | 33 | 15 | 501 | 111 | 65 |
| Binary | 11011111 | 110001 | 10100011 | 0 | 1001110 | 11011 | 1101 | 101000001 | 1001001 | 110101 |
Color Harmonies of #DF31A3
Complementary color
Monochromatic Colors of #DF31A3
Black with #DF31A3
Text Example
Text Example
White with #DF31A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31A3; }
p { color: rgb(223,49,163); }
H1.HeaderClassName
{
color: #DF31A3;
}
.AnyTagClassName
{
color: #DF31A3;
}
</style>
background-color css
<style>
a { background-color: #DF31A3; }
a { background-color: rgb(223,49,163); }
div.DivClassName
{
background-color: #DF31A3;
}
.BgClassName
{
background-color: #DF31A3;
}
</style>
border-color css
<style>
span { border-color: #DF31A3; }
span { border-color: rgb(223,49,163); }
td.TdClassName
{
border-color: #DF31A3;
}
.TagClassName
{
border-color: #DF31A3;
}
</style>