Shades of Deep Cerise #DF42A7
Tints of Deep Cerise #DF42A7
RGB
CMYK
RGB Variations
Color information
#DF42A7 (or 0xDF42A7) is known color: Deep Cerise. HEX triplet: DF, 42 and A7. RGB value is (223,66,167). Sum of RGB (Red+Green+Blue) = 223+66+167=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF42A7 is #20BD58. Grayscale: #7C7C7C. Windows color (decimal): -2145625 or 10961631. OLE color: 10961631.
HSL color Cylindrical-coordinate representation of color #DF42A7: hue angle of 321.4º 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 #DF42A7 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 167 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.13 |
| HSL | 321.4º | 0.71% | 0.57% | - |
| HSV(B) | 321.4º | 0.7% | 0.87% | - |
| XYZ | 39.35 | 22.37 | 38.8 | - |
| YUV | 124.46 | 152.01 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 167 | 0 | 0.70 | 0.25 | 0.13 | 321.4 | 0.71 | 0.57 |
| Hex | DF | 42 | A7 | 0 | 46 | 19 | D | 141 | 47 | 39 |
| Octal | 337 | 102 | 247 | 0 | 106 | 31 | 15 | 501 | 107 | 71 |
| Binary | 11011111 | 1000010 | 10100111 | 0 | 1000110 | 11001 | 1101 | 101000001 | 1000111 | 111001 |
Color Harmonies of #DF42A7
Complementary color
Monochromatic Colors of #DF42A7
Black with #DF42A7
Text Example
Text Example
White with #DF42A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF42A7; }
p { color: rgb(223,66,167); }
H1.HeaderClassName
{
color: #DF42A7;
}
.AnyTagClassName
{
color: #DF42A7;
}
</style>
background-color css
<style>
a { background-color: #DF42A7; }
a { background-color: rgb(223,66,167); }
div.DivClassName
{
background-color: #DF42A7;
}
.BgClassName
{
background-color: #DF42A7;
}
</style>
border-color css
<style>
span { border-color: #DF42A7; }
span { border-color: rgb(223,66,167); }
td.TdClassName
{
border-color: #DF42A7;
}
.TagClassName
{
border-color: #DF42A7;
}
</style>