Shades of Deep Cerise #DF3F8E
Tints of Deep Cerise #DF3F8E
RGB
CMYK
RGB Variations
Color information
#DF3F8E (or 0xDF3F8E) is known color: Deep Cerise. HEX triplet: DF, 3F and 8E. RGB value is (223,63,142). Sum of RGB (Red+Green+Blue) = 223+63+142=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3F8E is #20C071. Grayscale: #777777. Windows color (decimal): -2146418 or 9322463. OLE color: 9322463.
HSL color Cylindrical-coordinate representation of color #DF3F8E: hue angle of 330.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3F8E is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 142 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.13 |
| HSL | 330.38º | 0.71% | 0.56% | - |
| HSV(B) | 330.38º | 0.72% | 0.87% | - |
| XYZ | 37.09 | 21.2 | 27.73 | - |
| YUV | 119.85 | 140.51 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 142 | 0 | 0.72 | 0.36 | 0.13 | 330.38 | 0.71 | 0.56 |
| Hex | DF | 3F | 8E | 0 | 48 | 24 | D | 14A | 47 | 38 |
| Octal | 337 | 77 | 216 | 0 | 110 | 44 | 15 | 512 | 107 | 70 |
| Binary | 11011111 | 111111 | 10001110 | 0 | 1001000 | 100100 | 1101 | 101001010 | 1000111 | 111000 |
Color Harmonies of #DF3F8E
Complementary color
Monochromatic Colors of #DF3F8E
Black with #DF3F8E
Text Example
Text Example
White with #DF3F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F8E; }
p { color: rgb(223,63,142); }
H1.HeaderClassName
{
color: #DF3F8E;
}
.AnyTagClassName
{
color: #DF3F8E;
}
</style>
background-color css
<style>
a { background-color: #DF3F8E; }
a { background-color: rgb(223,63,142); }
div.DivClassName
{
background-color: #DF3F8E;
}
.BgClassName
{
background-color: #DF3F8E;
}
</style>
border-color css
<style>
span { border-color: #DF3F8E; }
span { border-color: rgb(223,63,142); }
td.TdClassName
{
border-color: #DF3F8E;
}
.TagClassName
{
border-color: #DF3F8E;
}
</style>