Shades of Deep Cerise #DF468F
Tints of Deep Cerise #DF468F
RGB
CMYK
RGB Variations
Color information
#DF468F (or 0xDF468F) is known color: Deep Cerise. HEX triplet: DF, 46 and 8F. RGB value is (223,70,143). Sum of RGB (Red+Green+Blue) = 223+70+143=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF468F is #20B970. Grayscale: #7B7B7B. Windows color (decimal): -2144625 or 9389791. OLE color: 9389791.
HSL color Cylindrical-coordinate representation of color #DF468F: hue angle of 331.37º 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 #DF468F is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 143 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.13 |
| HSL | 331.37º | 0.71% | 0.57% | - |
| HSV(B) | 331.37º | 0.69% | 0.87% | - |
| XYZ | 37.58 | 22.05 | 28.26 | - |
| YUV | 124.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 143 | 0 | 0.69 | 0.36 | 0.13 | 331.37 | 0.71 | 0.57 |
| Hex | DF | 46 | 8F | 0 | 45 | 24 | D | 14B | 47 | 39 |
| Octal | 337 | 106 | 217 | 0 | 105 | 44 | 15 | 513 | 107 | 71 |
| Binary | 11011111 | 1000110 | 10001111 | 0 | 1000101 | 100100 | 1101 | 101001011 | 1000111 | 111001 |
Color Harmonies of #DF468F
Complementary color
Monochromatic Colors of #DF468F
Black with #DF468F
Text Example
Text Example
White with #DF468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF468F; }
p { color: rgb(223,70,143); }
H1.HeaderClassName
{
color: #DF468F;
}
.AnyTagClassName
{
color: #DF468F;
}
</style>
background-color css
<style>
a { background-color: #DF468F; }
a { background-color: rgb(223,70,143); }
div.DivClassName
{
background-color: #DF468F;
}
.BgClassName
{
background-color: #DF468F;
}
</style>
border-color css
<style>
span { border-color: #DF468F; }
span { border-color: rgb(223,70,143); }
td.TdClassName
{
border-color: #DF468F;
}
.TagClassName
{
border-color: #DF468F;
}
</style>