Shades of Deep Cerise #DF4395
Tints of Deep Cerise #DF4395
RGB
CMYK
RGB Variations
Color information
#DF4395 (or 0xDF4395) is known color: Deep Cerise. HEX triplet: DF, 43 and 95. RGB value is (223,67,149). Sum of RGB (Red+Green+Blue) = 223+67+149=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4395 is #20BC6A. Grayscale: #7A7A7A. Windows color (decimal): -2145387 or 9782239. OLE color: 9782239.
HSL color Cylindrical-coordinate representation of color #DF4395: hue angle of 328.46º 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 #DF4395 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 149 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.13 |
| HSL | 328.46º | 0.71% | 0.57% | - |
| HSV(B) | 328.46º | 0.7% | 0.87% | - |
| XYZ | 37.86 | 21.87 | 30.66 | - |
| YUV | 122.99 | 142.68 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 149 | 0 | 0.70 | 0.33 | 0.13 | 328.46 | 0.71 | 0.57 |
| Hex | DF | 43 | 95 | 0 | 46 | 21 | D | 148 | 47 | 39 |
| Octal | 337 | 103 | 225 | 0 | 106 | 41 | 15 | 510 | 107 | 71 |
| Binary | 11011111 | 1000011 | 10010101 | 0 | 1000110 | 100001 | 1101 | 101001000 | 1000111 | 111001 |
Color Harmonies of #DF4395
Complementary color
Monochromatic Colors of #DF4395
Black with #DF4395
Text Example
Text Example
White with #DF4395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4395; }
p { color: rgb(223,67,149); }
H1.HeaderClassName
{
color: #DF4395;
}
.AnyTagClassName
{
color: #DF4395;
}
</style>
background-color css
<style>
a { background-color: #DF4395; }
a { background-color: rgb(223,67,149); }
div.DivClassName
{
background-color: #DF4395;
}
.BgClassName
{
background-color: #DF4395;
}
</style>
border-color css
<style>
span { border-color: #DF4395; }
span { border-color: rgb(223,67,149); }
td.TdClassName
{
border-color: #DF4395;
}
.TagClassName
{
border-color: #DF4395;
}
</style>