Shades of Deep Cerise #DF468E
Tints of Deep Cerise #DF468E
RGB
CMYK
RGB Variations
Color information
#DF468E (or 0xDF468E) is known color: Deep Cerise. HEX triplet: DF, 46 and 8E. RGB value is (223,70,142). Sum of RGB (Red+Green+Blue) = 223+70+142=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF468E is #20B971. Grayscale: #7B7B7B. Windows color (decimal): -2144626 or 9324255. OLE color: 9324255.
HSL color Cylindrical-coordinate representation of color #DF468E: hue angle of 331.76º 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 #DF468E is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 142 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.13 |
| HSL | 331.76º | 0.71% | 0.57% | - |
| HSV(B) | 331.76º | 0.69% | 0.87% | - |
| XYZ | 37.5 | 22.02 | 27.87 | - |
| YUV | 123.96 | 138.19 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 142 | 0 | 0.69 | 0.36 | 0.13 | 331.76 | 0.71 | 0.57 |
| Hex | DF | 46 | 8E | 0 | 45 | 24 | D | 14C | 47 | 39 |
| Octal | 337 | 106 | 216 | 0 | 105 | 44 | 15 | 514 | 107 | 71 |
| Binary | 11011111 | 1000110 | 10001110 | 0 | 1000101 | 100100 | 1101 | 101001100 | 1000111 | 111001 |
Color Harmonies of #DF468E
Complementary color
Monochromatic Colors of #DF468E
Black with #DF468E
Text Example
Text Example
White with #DF468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF468E; }
p { color: rgb(223,70,142); }
H1.HeaderClassName
{
color: #DF468E;
}
.AnyTagClassName
{
color: #DF468E;
}
</style>
background-color css
<style>
a { background-color: #DF468E; }
a { background-color: rgb(223,70,142); }
div.DivClassName
{
background-color: #DF468E;
}
.BgClassName
{
background-color: #DF468E;
}
</style>
border-color css
<style>
span { border-color: #DF468E; }
span { border-color: rgb(223,70,142); }
td.TdClassName
{
border-color: #DF468E;
}
.TagClassName
{
border-color: #DF468E;
}
</style>