Shades of Deep Cerise #DA1F86
Tints of Deep Cerise #DA1F86
RGB
CMYK
RGB Variations
Color information
#DA1F86 (or 0xDA1F86) is known color: Deep Cerise. HEX triplet: DA, 1F and 86. RGB value is (218,31,134). Sum of RGB (Red+Green+Blue) = 218+31+134=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1F86 is #25E079. Grayscale: #626262. Windows color (decimal): -2482298 or 8789978. OLE color: 8789978.
HSL color Cylindrical-coordinate representation of color #DA1F86: hue angle of 326.95º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1F86 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 134 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.15 |
| HSL | 326.95º | 0.75% | 0.49% | - |
| HSV(B) | 326.95º | 0.86% | 0.85% | - |
| XYZ | 33.71 | 17.61 | 24.18 | - |
| YUV | 98.66 | 147.95 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 134 | 0 | 0.86 | 0.39 | 0.15 | 326.95 | 0.75 | 0.49 |
| Hex | DA | 1F | 86 | 0 | 56 | 27 | F | 147 | 4B | 31 |
| Octal | 332 | 37 | 206 | 0 | 126 | 47 | 17 | 507 | 113 | 61 |
| Binary | 11011010 | 11111 | 10000110 | 0 | 1010110 | 100111 | 1111 | 101000111 | 1001011 | 110001 |
Color Harmonies of #DA1F86
Complementary color
Monochromatic Colors of #DA1F86
Black with #DA1F86
Text Example
Text Example
White with #DA1F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1F86; }
p { color: rgb(218,31,134); }
H1.HeaderClassName
{
color: #DA1F86;
}
.AnyTagClassName
{
color: #DA1F86;
}
</style>
background-color css
<style>
a { background-color: #DA1F86; }
a { background-color: rgb(218,31,134); }
div.DivClassName
{
background-color: #DA1F86;
}
.BgClassName
{
background-color: #DA1F86;
}
</style>
border-color css
<style>
span { border-color: #DA1F86; }
span { border-color: rgb(218,31,134); }
td.TdClassName
{
border-color: #DA1F86;
}
.TagClassName
{
border-color: #DA1F86;
}
</style>