Shades of Deep Cerise #DF37A1
Tints of Deep Cerise #DF37A1
RGB
CMYK
RGB Variations
Color information
#DF37A1 (or 0xDF37A1) is known color: Deep Cerise. HEX triplet: DF, 37 and A1. RGB value is (223,55,161). Sum of RGB (Red+Green+Blue) = 223+55+161=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF37A1 is #20C85E. Grayscale: #757575. Windows color (decimal): -2148447 or 10565599. OLE color: 10565599.
HSL color Cylindrical-coordinate representation of color #DF37A1: hue angle of 322.14º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF37A1 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 161 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.13 |
| HSL | 322.14º | 0.72% | 0.55% | - |
| HSV(B) | 322.14º | 0.75% | 0.87% | - |
| XYZ | 38.23 | 20.99 | 35.76 | - |
| YUV | 117.32 | 152.66 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 161 | 0 | 0.75 | 0.28 | 0.13 | 322.14 | 0.72 | 0.55 |
| Hex | DF | 37 | A1 | 0 | 4B | 1C | D | 142 | 48 | 37 |
| Octal | 337 | 67 | 241 | 0 | 113 | 34 | 15 | 502 | 110 | 67 |
| Binary | 11011111 | 110111 | 10100001 | 0 | 1001011 | 11100 | 1101 | 101000010 | 1001000 | 110111 |
Color Harmonies of #DF37A1
Complementary color
Monochromatic Colors of #DF37A1
Black with #DF37A1
Text Example
Text Example
White with #DF37A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37A1; }
p { color: rgb(223,55,161); }
H1.HeaderClassName
{
color: #DF37A1;
}
.AnyTagClassName
{
color: #DF37A1;
}
</style>
background-color css
<style>
a { background-color: #DF37A1; }
a { background-color: rgb(223,55,161); }
div.DivClassName
{
background-color: #DF37A1;
}
.BgClassName
{
background-color: #DF37A1;
}
</style>
border-color css
<style>
span { border-color: #DF37A1; }
span { border-color: rgb(223,55,161); }
td.TdClassName
{
border-color: #DF37A1;
}
.TagClassName
{
border-color: #DF37A1;
}
</style>