Shades of Deep Cerise #DF3493
Tints of Deep Cerise #DF3493
RGB
CMYK
RGB Variations
Color information
#DF3493 (or 0xDF3493) is known color: Deep Cerise. HEX triplet: DF, 34 and 93. RGB value is (223,52,147). Sum of RGB (Red+Green+Blue) = 223+52+147=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3493 is #20CB6C. Grayscale: #717171. Windows color (decimal): -2149229 or 9647327. OLE color: 9647327.
HSL color Cylindrical-coordinate representation of color #DF3493: hue angle of 326.67º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3493 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 147 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.13 |
| HSL | 326.67º | 0.73% | 0.54% | - |
| HSV(B) | 326.67º | 0.77% | 0.87% | - |
| XYZ | 36.93 | 20.25 | 29.57 | - |
| YUV | 113.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 147 | 0 | 0.77 | 0.34 | 0.13 | 326.67 | 0.73 | 0.54 |
| Hex | DF | 34 | 93 | 0 | 4D | 22 | D | 147 | 49 | 36 |
| Octal | 337 | 64 | 223 | 0 | 115 | 42 | 15 | 507 | 111 | 66 |
| Binary | 11011111 | 110100 | 10010011 | 0 | 1001101 | 100010 | 1101 | 101000111 | 1001001 | 110110 |
Color Harmonies of #DF3493
Complementary color
Monochromatic Colors of #DF3493
Black with #DF3493
Text Example
Text Example
White with #DF3493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3493; }
p { color: rgb(223,52,147); }
H1.HeaderClassName
{
color: #DF3493;
}
.AnyTagClassName
{
color: #DF3493;
}
</style>
background-color css
<style>
a { background-color: #DF3493; }
a { background-color: rgb(223,52,147); }
div.DivClassName
{
background-color: #DF3493;
}
.BgClassName
{
background-color: #DF3493;
}
</style>
border-color css
<style>
span { border-color: #DF3493; }
span { border-color: rgb(223,52,147); }
td.TdClassName
{
border-color: #DF3493;
}
.TagClassName
{
border-color: #DF3493;
}
</style>