Shades of Cerise #DA316A
Tints of Cerise #DA316A
RGB
CMYK
RGB Variations
Color information
#DA316A (or 0xDA316A) is known color: Cerise. HEX triplet: DA, 31 and 6A. RGB value is (218,49,106). Sum of RGB (Red+Green+Blue) = 218+49+106=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA316A is #25CE95. Grayscale: #696969. Windows color (decimal): -2477718 or 6959578. OLE color: 6959578.
HSL color Cylindrical-coordinate representation of color #DA316A: hue angle of 339.76º 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 #DA316A is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 106 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.15 |
| HSL | 339.76º | 0.7% | 0.52% | - |
| HSV(B) | 339.76º | 0.78% | 0.85% | - |
| XYZ | 32.61 | 18.14 | 15.42 | - |
| YUV | 106.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 106 | 0 | 0.78 | 0.51 | 0.15 | 339.76 | 0.7 | 0.52 |
| Hex | DA | 31 | 6A | 0 | 4E | 33 | F | 154 | 46 | 34 |
| Octal | 332 | 61 | 152 | 0 | 116 | 63 | 17 | 524 | 106 | 64 |
| Binary | 11011010 | 110001 | 1101010 | 0 | 1001110 | 110011 | 1111 | 101010100 | 1000110 | 110100 |
Color Harmonies of #DA316A
Complementary color
Monochromatic Colors of #DA316A
Black with #DA316A
Text Example
Text Example
White with #DA316A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA316A; }
p { color: rgb(218,49,106); }
H1.HeaderClassName
{
color: #DA316A;
}
.AnyTagClassName
{
color: #DA316A;
}
</style>
background-color css
<style>
a { background-color: #DA316A; }
a { background-color: rgb(218,49,106); }
div.DivClassName
{
background-color: #DA316A;
}
.BgClassName
{
background-color: #DA316A;
}
</style>
border-color css
<style>
span { border-color: #DA316A; }
span { border-color: rgb(218,49,106); }
td.TdClassName
{
border-color: #DA316A;
}
.TagClassName
{
border-color: #DA316A;
}
</style>