Shades of Deep Cerise #DF1A88
Tints of Deep Cerise #DF1A88
RGB
CMYK
RGB Variations
Color information
#DF1A88 (or 0xDF1A88) is known color: Deep Cerise. HEX triplet: DF, 1A and 88. RGB value is (223,26,136). Sum of RGB (Red+Green+Blue) = 223+26+136=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1A88 is #20E577. Grayscale: #616161. Windows color (decimal): -2155896 or 8919775. OLE color: 8919775.
HSL color Cylindrical-coordinate representation of color #DF1A88: hue angle of 326.5º degrees, saturation: 0.79, 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 #DF1A88 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 26 | 136 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.13 |
| HSL | 326.5º | 0.79% | 0.49% | - |
| HSV(B) | 326.5º | 0.88% | 0.87% | - |
| XYZ | 35.24 | 18.2 | 24.95 | - |
| YUV | 97.44 | 149.77 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 136 | 0 | 0.88 | 0.39 | 0.13 | 326.5 | 0.79 | 0.49 |
| Hex | DF | 1A | 88 | 0 | 58 | 27 | D | 146 | 4F | 31 |
| Octal | 337 | 32 | 210 | 0 | 130 | 47 | 15 | 506 | 117 | 61 |
| Binary | 11011111 | 11010 | 10001000 | 0 | 1011000 | 100111 | 1101 | 101000110 | 1001111 | 110001 |
Color Harmonies of #DF1A88
Complementary color
Monochromatic Colors of #DF1A88
Black with #DF1A88
Text Example
Text Example
White with #DF1A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1A88; }
p { color: rgb(223,26,136); }
H1.HeaderClassName
{
color: #DF1A88;
}
.AnyTagClassName
{
color: #DF1A88;
}
</style>
background-color css
<style>
a { background-color: #DF1A88; }
a { background-color: rgb(223,26,136); }
div.DivClassName
{
background-color: #DF1A88;
}
.BgClassName
{
background-color: #DF1A88;
}
</style>
border-color css
<style>
span { border-color: #DF1A88; }
span { border-color: rgb(223,26,136); }
td.TdClassName
{
border-color: #DF1A88;
}
.TagClassName
{
border-color: #DF1A88;
}
</style>