Shades of Cerise #DA416A
Tints of Cerise #DA416A
RGB
CMYK
RGB Variations
Color information
#DA416A (or 0xDA416A) is known color: Cerise. HEX triplet: DA, 41 and 6A. RGB value is (218,65,106). Sum of RGB (Red+Green+Blue) = 218+65+106=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA416A is #25BE95. Grayscale: #737373. Windows color (decimal): -2473622 or 6963674. OLE color: 6963674.
HSL color Cylindrical-coordinate representation of color #DA416A: hue angle of 343.92º 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 #DA416A is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 106 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.15 |
| HSL | 343.92º | 0.67% | 0.55% | - |
| HSV(B) | 343.92º | 0.7% | 0.85% | - |
| XYZ | 33.41 | 19.73 | 15.68 | - |
| YUV | 115.42 | 122.69 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 106 | 0 | 0.70 | 0.51 | 0.15 | 343.92 | 0.67 | 0.55 |
| Hex | DA | 41 | 6A | 0 | 46 | 33 | F | 158 | 43 | 37 |
| Octal | 332 | 101 | 152 | 0 | 106 | 63 | 17 | 530 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1101010 | 0 | 1000110 | 110011 | 1111 | 101011000 | 1000011 | 110111 |
Color Harmonies of #DA416A
Complementary color
Monochromatic Colors of #DA416A
Black with #DA416A
Text Example
Text Example
White with #DA416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA416A; }
p { color: rgb(218,65,106); }
H1.HeaderClassName
{
color: #DA416A;
}
.AnyTagClassName
{
color: #DA416A;
}
</style>
background-color css
<style>
a { background-color: #DA416A; }
a { background-color: rgb(218,65,106); }
div.DivClassName
{
background-color: #DA416A;
}
.BgClassName
{
background-color: #DA416A;
}
</style>
border-color css
<style>
span { border-color: #DA416A; }
span { border-color: rgb(218,65,106); }
td.TdClassName
{
border-color: #DA416A;
}
.TagClassName
{
border-color: #DA416A;
}
</style>