Shades of Cerise #DA416C
Tints of Cerise #DA416C
RGB
CMYK
RGB Variations
Color information
#DA416C (or 0xDA416C) is known color: Cerise. HEX triplet: DA, 41 and 6C. RGB value is (218,65,108). Sum of RGB (Red+Green+Blue) = 218+65+108=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA416C is #25BE93. Grayscale: #737373. Windows color (decimal): -2473620 or 7094746. OLE color: 7094746.
HSL color Cylindrical-coordinate representation of color #DA416C: hue angle of 343.14º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA416C is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 108 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.15 |
| HSL | 343.14º | 0.67% | 0.55% | - |
| HSV(B) | 343.14º | 0.7% | 0.85% | - |
| XYZ | 33.51 | 19.77 | 16.24 | - |
| YUV | 115.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 108 | 0 | 0.70 | 0.50 | 0.15 | 343.14 | 0.67 | 0.55 |
| Hex | DA | 41 | 6C | 0 | 46 | 32 | F | 157 | 43 | 37 |
| Octal | 332 | 101 | 154 | 0 | 106 | 62 | 17 | 527 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1101100 | 0 | 1000110 | 110010 | 1111 | 101010111 | 1000011 | 110111 |
Color Harmonies of #DA416C
Complementary color
Monochromatic Colors of #DA416C
Black with #DA416C
Text Example
Text Example
White with #DA416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA416C; }
p { color: rgb(218,65,108); }
H1.HeaderClassName
{
color: #DA416C;
}
.AnyTagClassName
{
color: #DA416C;
}
</style>
background-color css
<style>
a { background-color: #DA416C; }
a { background-color: rgb(218,65,108); }
div.DivClassName
{
background-color: #DA416C;
}
.BgClassName
{
background-color: #DA416C;
}
</style>
border-color css
<style>
span { border-color: #DA416C; }
span { border-color: rgb(218,65,108); }
td.TdClassName
{
border-color: #DA416C;
}
.TagClassName
{
border-color: #DA416C;
}
</style>