Shades of Deep Cerise #DF428D
Tints of Deep Cerise #DF428D
RGB
CMYK
RGB Variations
Color information
#DF428D (or 0xDF428D) is known color: Deep Cerise. HEX triplet: DF, 42 and 8D. RGB value is (223,66,141). Sum of RGB (Red+Green+Blue) = 223+66+141=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF428D is #20BD72. Grayscale: #797979. Windows color (decimal): -2145651 or 9257695. OLE color: 9257695.
HSL color Cylindrical-coordinate representation of color #DF428D: hue angle of 331.34º 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 #DF428D is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 141 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.13 |
| HSL | 331.34º | 0.71% | 0.57% | - |
| HSV(B) | 331.34º | 0.7% | 0.87% | - |
| XYZ | 37.19 | 21.51 | 27.39 | - |
| YUV | 121.49 | 139.01 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 141 | 0 | 0.70 | 0.37 | 0.13 | 331.34 | 0.71 | 0.57 |
| Hex | DF | 42 | 8D | 0 | 46 | 25 | D | 14B | 47 | 39 |
| Octal | 337 | 102 | 215 | 0 | 106 | 45 | 15 | 513 | 107 | 71 |
| Binary | 11011111 | 1000010 | 10001101 | 0 | 1000110 | 100101 | 1101 | 101001011 | 1000111 | 111001 |
Color Harmonies of #DF428D
Complementary color
Monochromatic Colors of #DF428D
Black with #DF428D
Text Example
Text Example
White with #DF428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF428D; }
p { color: rgb(223,66,141); }
H1.HeaderClassName
{
color: #DF428D;
}
.AnyTagClassName
{
color: #DF428D;
}
</style>
background-color css
<style>
a { background-color: #DF428D; }
a { background-color: rgb(223,66,141); }
div.DivClassName
{
background-color: #DF428D;
}
.BgClassName
{
background-color: #DF428D;
}
</style>
border-color css
<style>
span { border-color: #DF428D; }
span { border-color: rgb(223,66,141); }
td.TdClassName
{
border-color: #DF428D;
}
.TagClassName
{
border-color: #DF428D;
}
</style>