Shades of Deep Cerise #DA1F8C
Tints of Deep Cerise #DA1F8C
RGB
CMYK
RGB Variations
Color information
#DA1F8C (or 0xDA1F8C) is known color: Deep Cerise. HEX triplet: DA, 1F and 8C. RGB value is (218,31,140). Sum of RGB (Red+Green+Blue) = 218+31+140=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1F8C is #25E073. Grayscale: #636363. Windows color (decimal): -2482292 or 9183194. OLE color: 9183194.
HSL color Cylindrical-coordinate representation of color #DA1F8C: hue angle of 325.03º 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 #DA1F8C is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 140 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.15 |
| HSL | 325.03º | 0.75% | 0.49% | - |
| HSV(B) | 325.03º | 0.86% | 0.85% | - |
| XYZ | 34.14 | 17.78 | 26.44 | - |
| YUV | 99.34 | 150.95 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 140 | 0 | 0.86 | 0.36 | 0.15 | 325.03 | 0.75 | 0.49 |
| Hex | DA | 1F | 8C | 0 | 56 | 24 | F | 145 | 4B | 31 |
| Octal | 332 | 37 | 214 | 0 | 126 | 44 | 17 | 505 | 113 | 61 |
| Binary | 11011010 | 11111 | 10001100 | 0 | 1010110 | 100100 | 1111 | 101000101 | 1001011 | 110001 |
Color Harmonies of #DA1F8C
Complementary color
Monochromatic Colors of #DA1F8C
Black with #DA1F8C
Text Example
Text Example
White with #DA1F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1F8C; }
p { color: rgb(218,31,140); }
H1.HeaderClassName
{
color: #DA1F8C;
}
.AnyTagClassName
{
color: #DA1F8C;
}
</style>
background-color css
<style>
a { background-color: #DA1F8C; }
a { background-color: rgb(218,31,140); }
div.DivClassName
{
background-color: #DA1F8C;
}
.BgClassName
{
background-color: #DA1F8C;
}
</style>
border-color css
<style>
span { border-color: #DA1F8C; }
span { border-color: rgb(218,31,140); }
td.TdClassName
{
border-color: #DA1F8C;
}
.TagClassName
{
border-color: #DA1F8C;
}
</style>