Shades of Deep Cerise #DF3E9A
Tints of Deep Cerise #DF3E9A
RGB
CMYK
RGB Variations
Color information
#DF3E9A (or 0xDF3E9A) is known color: Deep Cerise. HEX triplet: DF, 3E and 9A. RGB value is (223,62,154). Sum of RGB (Red+Green+Blue) = 223+62+154=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3E9A is #20C165. Grayscale: #787878. Windows color (decimal): -2146662 or 10108639. OLE color: 10108639.
HSL color Cylindrical-coordinate representation of color #DF3E9A: hue angle of 325.71º degrees, saturation: 0.72, 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 #DF3E9A is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 154 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.13 |
| HSL | 325.71º | 0.72% | 0.56% | - |
| HSV(B) | 325.71º | 0.72% | 0.87% | - |
| XYZ | 37.99 | 21.47 | 32.71 | - |
| YUV | 120.63 | 146.84 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 154 | 0 | 0.72 | 0.31 | 0.13 | 325.71 | 0.72 | 0.56 |
| Hex | DF | 3E | 9A | 0 | 48 | 1F | D | 146 | 48 | 38 |
| Octal | 337 | 76 | 232 | 0 | 110 | 37 | 15 | 506 | 110 | 70 |
| Binary | 11011111 | 111110 | 10011010 | 0 | 1001000 | 11111 | 1101 | 101000110 | 1001000 | 111000 |
Color Harmonies of #DF3E9A
Complementary color
Monochromatic Colors of #DF3E9A
Black with #DF3E9A
Text Example
Text Example
White with #DF3E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E9A; }
p { color: rgb(223,62,154); }
H1.HeaderClassName
{
color: #DF3E9A;
}
.AnyTagClassName
{
color: #DF3E9A;
}
</style>
background-color css
<style>
a { background-color: #DF3E9A; }
a { background-color: rgb(223,62,154); }
div.DivClassName
{
background-color: #DF3E9A;
}
.BgClassName
{
background-color: #DF3E9A;
}
</style>
border-color css
<style>
span { border-color: #DF3E9A; }
span { border-color: rgb(223,62,154); }
td.TdClassName
{
border-color: #DF3E9A;
}
.TagClassName
{
border-color: #DF3E9A;
}
</style>