Shades of Deep Cerise #DF429E
Tints of Deep Cerise #DF429E
RGB
CMYK
RGB Variations
Color information
#DF429E (or 0xDF429E) is known color: Deep Cerise. HEX triplet: DF, 42 and 9E. RGB value is (223,66,158). Sum of RGB (Red+Green+Blue) = 223+66+158=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF429E is #20BD61. Grayscale: #7B7B7B. Windows color (decimal): -2145634 or 10371807. OLE color: 10371807.
HSL color Cylindrical-coordinate representation of color #DF429E: hue angle of 324.84º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF429E is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 158 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.13 |
| HSL | 324.84º | 0.71% | 0.57% | - |
| HSV(B) | 324.84º | 0.7% | 0.87% | - |
| XYZ | 38.55 | 22.05 | 34.57 | - |
| YUV | 123.43 | 147.51 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 158 | 0 | 0.70 | 0.29 | 0.13 | 324.84 | 0.71 | 0.57 |
| Hex | DF | 42 | 9E | 0 | 46 | 1D | D | 145 | 47 | 39 |
| Octal | 337 | 102 | 236 | 0 | 106 | 35 | 15 | 505 | 107 | 71 |
| Binary | 11011111 | 1000010 | 10011110 | 0 | 1000110 | 11101 | 1101 | 101000101 | 1000111 | 111001 |
Color Harmonies of #DF429E
Complementary color
Monochromatic Colors of #DF429E
Black with #DF429E
Text Example
Text Example
White with #DF429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF429E; }
p { color: rgb(223,66,158); }
H1.HeaderClassName
{
color: #DF429E;
}
.AnyTagClassName
{
color: #DF429E;
}
</style>
background-color css
<style>
a { background-color: #DF429E; }
a { background-color: rgb(223,66,158); }
div.DivClassName
{
background-color: #DF429E;
}
.BgClassName
{
background-color: #DF429E;
}
</style>
border-color css
<style>
span { border-color: #DF429E; }
span { border-color: rgb(223,66,158); }
td.TdClassName
{
border-color: #DF429E;
}
.TagClassName
{
border-color: #DF429E;
}
</style>