Shades of Deep Cerise #DF38A1
Tints of Deep Cerise #DF38A1
RGB
CMYK
RGB Variations
Color information
#DF38A1 (or 0xDF38A1) is known color: Deep Cerise. HEX triplet: DF, 38 and A1. RGB value is (223,56,161). Sum of RGB (Red+Green+Blue) = 223+56+161=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF38A1 is #20C75E. Grayscale: #757575. Windows color (decimal): -2148191 or 10565855. OLE color: 10565855.
HSL color Cylindrical-coordinate representation of color #DF38A1: hue angle of 322.28º 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 #DF38A1 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 161 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.13 |
| HSL | 322.28º | 0.72% | 0.55% | - |
| HSV(B) | 322.28º | 0.75% | 0.87% | - |
| XYZ | 38.28 | 21.09 | 35.77 | - |
| YUV | 117.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 161 | 0 | 0.75 | 0.28 | 0.13 | 322.28 | 0.72 | 0.55 |
| Hex | DF | 38 | A1 | 0 | 4B | 1C | D | 142 | 48 | 37 |
| Octal | 337 | 70 | 241 | 0 | 113 | 34 | 15 | 502 | 110 | 67 |
| Binary | 11011111 | 111000 | 10100001 | 0 | 1001011 | 11100 | 1101 | 101000010 | 1001000 | 110111 |
Color Harmonies of #DF38A1
Complementary color
Monochromatic Colors of #DF38A1
Black with #DF38A1
Text Example
Text Example
White with #DF38A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF38A1; }
p { color: rgb(223,56,161); }
H1.HeaderClassName
{
color: #DF38A1;
}
.AnyTagClassName
{
color: #DF38A1;
}
</style>
background-color css
<style>
a { background-color: #DF38A1; }
a { background-color: rgb(223,56,161); }
div.DivClassName
{
background-color: #DF38A1;
}
.BgClassName
{
background-color: #DF38A1;
}
</style>
border-color css
<style>
span { border-color: #DF38A1; }
span { border-color: rgb(223,56,161); }
td.TdClassName
{
border-color: #DF38A1;
}
.TagClassName
{
border-color: #DF38A1;
}
</style>