Shades of Cerise #DA316E
Tints of Cerise #DA316E
RGB
CMYK
RGB Variations
Color information
#DA316E (or 0xDA316E) is known color: Cerise. HEX triplet: DA, 31 and 6E. RGB value is (218,49,110). Sum of RGB (Red+Green+Blue) = 218+49+110=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA316E is #25CE91. Grayscale: #6A6A6A. Windows color (decimal): -2477714 or 7221722. OLE color: 7221722.
HSL color Cylindrical-coordinate representation of color #DA316E: hue angle of 338.34º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA316E is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 110 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.15 |
| HSL | 338.34º | 0.7% | 0.52% | - |
| HSV(B) | 338.34º | 0.78% | 0.85% | - |
| XYZ | 32.83 | 18.23 | 16.54 | - |
| YUV | 106.49 | 129.99 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 110 | 0 | 0.78 | 0.50 | 0.15 | 338.34 | 0.7 | 0.52 |
| Hex | DA | 31 | 6E | 0 | 4E | 32 | F | 152 | 46 | 34 |
| Octal | 332 | 61 | 156 | 0 | 116 | 62 | 17 | 522 | 106 | 64 |
| Binary | 11011010 | 110001 | 1101110 | 0 | 1001110 | 110010 | 1111 | 101010010 | 1000110 | 110100 |
Color Harmonies of #DA316E
Complementary color
Monochromatic Colors of #DA316E
Black with #DA316E
Text Example
Text Example
White with #DA316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA316E; }
p { color: rgb(218,49,110); }
H1.HeaderClassName
{
color: #DA316E;
}
.AnyTagClassName
{
color: #DA316E;
}
</style>
background-color css
<style>
a { background-color: #DA316E; }
a { background-color: rgb(218,49,110); }
div.DivClassName
{
background-color: #DA316E;
}
.BgClassName
{
background-color: #DA316E;
}
</style>
border-color css
<style>
span { border-color: #DA316E; }
span { border-color: rgb(218,49,110); }
td.TdClassName
{
border-color: #DA316E;
}
.TagClassName
{
border-color: #DA316E;
}
</style>