Shades of Deep Cerise #DF468A
Tints of Deep Cerise #DF468A
RGB
CMYK
RGB Variations
Color information
#DF468A (or 0xDF468A) is known color: Deep Cerise. HEX triplet: DF, 46 and 8A. RGB value is (223,70,138). Sum of RGB (Red+Green+Blue) = 223+70+138=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF468A is #20B975. Grayscale: #7B7B7B. Windows color (decimal): -2144630 or 9062111. OLE color: 9062111.
HSL color Cylindrical-coordinate representation of color #DF468A: hue angle of 333.33º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF468A is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 138 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.13 |
| HSL | 333.33º | 0.71% | 0.57% | - |
| HSV(B) | 333.33º | 0.69% | 0.87% | - |
| XYZ | 37.21 | 21.9 | 26.31 | - |
| YUV | 123.5 | 136.19 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 138 | 0 | 0.69 | 0.38 | 0.13 | 333.33 | 0.71 | 0.57 |
| Hex | DF | 46 | 8A | 0 | 45 | 26 | D | 14D | 47 | 39 |
| Octal | 337 | 106 | 212 | 0 | 105 | 46 | 15 | 515 | 107 | 71 |
| Binary | 11011111 | 1000110 | 10001010 | 0 | 1000101 | 100110 | 1101 | 101001101 | 1000111 | 111001 |
Color Harmonies of #DF468A
Complementary color
Monochromatic Colors of #DF468A
Black with #DF468A
Text Example
Text Example
White with #DF468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF468A; }
p { color: rgb(223,70,138); }
H1.HeaderClassName
{
color: #DF468A;
}
.AnyTagClassName
{
color: #DF468A;
}
</style>
background-color css
<style>
a { background-color: #DF468A; }
a { background-color: rgb(223,70,138); }
div.DivClassName
{
background-color: #DF468A;
}
.BgClassName
{
background-color: #DF468A;
}
</style>
border-color css
<style>
span { border-color: #DF468A; }
span { border-color: rgb(223,70,138); }
td.TdClassName
{
border-color: #DF468A;
}
.TagClassName
{
border-color: #DF468A;
}
</style>