Shades of Deep Cerise #DF1B8E
Tints of Deep Cerise #DF1B8E
RGB
CMYK
RGB Variations
Color information
#DF1B8E (or 0xDF1B8E) is known color: Deep Cerise. HEX triplet: DF, 1B and 8E. RGB value is (223,27,142). Sum of RGB (Red+Green+Blue) = 223+27+142=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1B8E is #20E471. Grayscale: #626262. Windows color (decimal): -2155634 or 9313247. OLE color: 9313247.
HSL color Cylindrical-coordinate representation of color #DF1B8E: hue angle of 324.8º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1B8E is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 27 | 142 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.13 |
| HSL | 324.8º | 0.78% | 0.49% | - |
| HSV(B) | 324.8º | 0.88% | 0.87% | - |
| XYZ | 35.71 | 18.42 | 27.27 | - |
| YUV | 98.71 | 152.43 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 142 | 0 | 0.88 | 0.36 | 0.13 | 324.8 | 0.78 | 0.49 |
| Hex | DF | 1B | 8E | 0 | 58 | 24 | D | 145 | 4E | 31 |
| Octal | 337 | 33 | 216 | 0 | 130 | 44 | 15 | 505 | 116 | 61 |
| Binary | 11011111 | 11011 | 10001110 | 0 | 1011000 | 100100 | 1101 | 101000101 | 1001110 | 110001 |
Color Harmonies of #DF1B8E
Complementary color
Monochromatic Colors of #DF1B8E
Black with #DF1B8E
Text Example
Text Example
White with #DF1B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1B8E; }
p { color: rgb(223,27,142); }
H1.HeaderClassName
{
color: #DF1B8E;
}
.AnyTagClassName
{
color: #DF1B8E;
}
</style>
background-color css
<style>
a { background-color: #DF1B8E; }
a { background-color: rgb(223,27,142); }
div.DivClassName
{
background-color: #DF1B8E;
}
.BgClassName
{
background-color: #DF1B8E;
}
</style>
border-color css
<style>
span { border-color: #DF1B8E; }
span { border-color: rgb(223,27,142); }
td.TdClassName
{
border-color: #DF1B8E;
}
.TagClassName
{
border-color: #DF1B8E;
}
</style>