Shades of Deep Cerise #DF418A
Tints of Deep Cerise #DF418A
RGB
CMYK
RGB Variations
Color information
#DF418A (or 0xDF418A) is known color: Deep Cerise. HEX triplet: DF, 41 and 8A. RGB value is (223,65,138). Sum of RGB (Red+Green+Blue) = 223+65+138=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF418A is #20BE75. Grayscale: #787878. Windows color (decimal): -2145910 or 9060831. OLE color: 9060831.
HSL color Cylindrical-coordinate representation of color #DF418A: hue angle of 332.28º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF418A is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 138 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.13 |
| HSL | 332.28º | 0.71% | 0.56% | - |
| HSV(B) | 332.28º | 0.71% | 0.87% | - |
| XYZ | 36.91 | 21.3 | 26.21 | - |
| YUV | 120.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 138 | 0 | 0.71 | 0.38 | 0.13 | 332.28 | 0.71 | 0.56 |
| Hex | DF | 41 | 8A | 0 | 47 | 26 | D | 14C | 47 | 38 |
| Octal | 337 | 101 | 212 | 0 | 107 | 46 | 15 | 514 | 107 | 70 |
| Binary | 11011111 | 1000001 | 10001010 | 0 | 1000111 | 100110 | 1101 | 101001100 | 1000111 | 111000 |
Color Harmonies of #DF418A
Complementary color
Monochromatic Colors of #DF418A
Black with #DF418A
Text Example
Text Example
White with #DF418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF418A; }
p { color: rgb(223,65,138); }
H1.HeaderClassName
{
color: #DF418A;
}
.AnyTagClassName
{
color: #DF418A;
}
</style>
background-color css
<style>
a { background-color: #DF418A; }
a { background-color: rgb(223,65,138); }
div.DivClassName
{
background-color: #DF418A;
}
.BgClassName
{
background-color: #DF418A;
}
</style>
border-color css
<style>
span { border-color: #DF418A; }
span { border-color: rgb(223,65,138); }
td.TdClassName
{
border-color: #DF418A;
}
.TagClassName
{
border-color: #DF418A;
}
</style>