Shades of Deep Cerise #DF458C
Tints of Deep Cerise #DF458C
RGB
CMYK
RGB Variations
Color information
#DF458C (or 0xDF458C) is known color: Deep Cerise. HEX triplet: DF, 45 and 8C. RGB value is (223,69,140). Sum of RGB (Red+Green+Blue) = 223+69+140=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF458C is #20BA73. Grayscale: #7B7B7B. Windows color (decimal): -2144884 or 9192927. OLE color: 9192927.
HSL color Cylindrical-coordinate representation of color #DF458C: hue angle of 332.34º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF458C is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 140 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.13 |
| HSL | 332.34º | 0.71% | 0.57% | - |
| HSV(B) | 332.34º | 0.69% | 0.87% | - |
| XYZ | 37.29 | 21.84 | 27.06 | - |
| YUV | 123.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 140 | 0 | 0.69 | 0.37 | 0.13 | 332.34 | 0.71 | 0.57 |
| Hex | DF | 45 | 8C | 0 | 45 | 25 | D | 14C | 47 | 39 |
| Octal | 337 | 105 | 214 | 0 | 105 | 45 | 15 | 514 | 107 | 71 |
| Binary | 11011111 | 1000101 | 10001100 | 0 | 1000101 | 100101 | 1101 | 101001100 | 1000111 | 111001 |
Color Harmonies of #DF458C
Complementary color
Monochromatic Colors of #DF458C
Black with #DF458C
Text Example
Text Example
White with #DF458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF458C; }
p { color: rgb(223,69,140); }
H1.HeaderClassName
{
color: #DF458C;
}
.AnyTagClassName
{
color: #DF458C;
}
</style>
background-color css
<style>
a { background-color: #DF458C; }
a { background-color: rgb(223,69,140); }
div.DivClassName
{
background-color: #DF458C;
}
.BgClassName
{
background-color: #DF458C;
}
</style>
border-color css
<style>
span { border-color: #DF458C; }
span { border-color: rgb(223,69,140); }
td.TdClassName
{
border-color: #DF458C;
}
.TagClassName
{
border-color: #DF458C;
}
</style>