Shades of Deep Cerise #DA1F94
Tints of Deep Cerise #DA1F94
RGB
CMYK
RGB Variations
Color information
#DA1F94 (or 0xDA1F94) is known color: Deep Cerise. HEX triplet: DA, 1F and 94. RGB value is (218,31,148). Sum of RGB (Red+Green+Blue) = 218+31+148=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1F94 is #25E06B. Grayscale: #636363. Windows color (decimal): -2482284 or 9707482. OLE color: 9707482.
HSL color Cylindrical-coordinate representation of color #DA1F94: hue angle of 322.46º 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 #DA1F94 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 148 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.15 |
| HSL | 322.46º | 0.75% | 0.49% | - |
| HSV(B) | 322.46º | 0.86% | 0.85% | - |
| XYZ | 34.75 | 18.02 | 29.66 | - |
| YUV | 100.25 | 154.95 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 148 | 0 | 0.86 | 0.32 | 0.15 | 322.46 | 0.75 | 0.49 |
| Hex | DA | 1F | 94 | 0 | 56 | 20 | F | 142 | 4B | 31 |
| Octal | 332 | 37 | 224 | 0 | 126 | 40 | 17 | 502 | 113 | 61 |
| Binary | 11011010 | 11111 | 10010100 | 0 | 1010110 | 100000 | 1111 | 101000010 | 1001011 | 110001 |
Color Harmonies of #DA1F94
Complementary color
Monochromatic Colors of #DA1F94
Black with #DA1F94
Text Example
Text Example
White with #DA1F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1F94; }
p { color: rgb(218,31,148); }
H1.HeaderClassName
{
color: #DA1F94;
}
.AnyTagClassName
{
color: #DA1F94;
}
</style>
background-color css
<style>
a { background-color: #DA1F94; }
a { background-color: rgb(218,31,148); }
div.DivClassName
{
background-color: #DA1F94;
}
.BgClassName
{
background-color: #DA1F94;
}
</style>
border-color css
<style>
span { border-color: #DA1F94; }
span { border-color: rgb(218,31,148); }
td.TdClassName
{
border-color: #DA1F94;
}
.TagClassName
{
border-color: #DA1F94;
}
</style>