Shades of Deep Cerise #DF428B
Tints of Deep Cerise #DF428B
RGB
CMYK
RGB Variations
Color information
#DF428B (or 0xDF428B) is known color: Deep Cerise. HEX triplet: DF, 42 and 8B. RGB value is (223,66,139). Sum of RGB (Red+Green+Blue) = 223+66+139=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF428B is #20BD74. Grayscale: #797979. Windows color (decimal): -2145653 or 9126623. OLE color: 9126623.
HSL color Cylindrical-coordinate representation of color #DF428B: hue angle of 332.1º 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 #DF428B is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 139 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.13 |
| HSL | 332.1º | 0.71% | 0.57% | - |
| HSV(B) | 332.1º | 0.7% | 0.87% | - |
| XYZ | 37.04 | 21.45 | 26.61 | - |
| YUV | 121.27 | 138.01 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 139 | 0 | 0.70 | 0.38 | 0.13 | 332.1 | 0.71 | 0.57 |
| Hex | DF | 42 | 8B | 0 | 46 | 26 | D | 14C | 47 | 39 |
| Octal | 337 | 102 | 213 | 0 | 106 | 46 | 15 | 514 | 107 | 71 |
| Binary | 11011111 | 1000010 | 10001011 | 0 | 1000110 | 100110 | 1101 | 101001100 | 1000111 | 111001 |
Color Harmonies of #DF428B
Complementary color
Monochromatic Colors of #DF428B
Black with #DF428B
Text Example
Text Example
White with #DF428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF428B; }
p { color: rgb(223,66,139); }
H1.HeaderClassName
{
color: #DF428B;
}
.AnyTagClassName
{
color: #DF428B;
}
</style>
background-color css
<style>
a { background-color: #DF428B; }
a { background-color: rgb(223,66,139); }
div.DivClassName
{
background-color: #DF428B;
}
.BgClassName
{
background-color: #DF428B;
}
</style>
border-color css
<style>
span { border-color: #DF428B; }
span { border-color: rgb(223,66,139); }
td.TdClassName
{
border-color: #DF428B;
}
.TagClassName
{
border-color: #DF428B;
}
</style>