Shades of Cerise #DA406B
Tints of Cerise #DA406B
RGB
CMYK
RGB Variations
Color information
#DA406B (or 0xDA406B) is known color: Cerise. HEX triplet: DA, 40 and 6B. RGB value is (218,64,107). Sum of RGB (Red+Green+Blue) = 218+64+107=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA406B is #25BF94. Grayscale: #727272. Windows color (decimal): -2473877 or 7028954. OLE color: 7028954.
HSL color Cylindrical-coordinate representation of color #DA406B: hue angle of 343.25º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA406B is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 107 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.15 |
| HSL | 343.25º | 0.68% | 0.55% | - |
| HSV(B) | 343.25º | 0.71% | 0.85% | - |
| XYZ | 33.4 | 19.63 | 15.94 | - |
| YUV | 114.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 107 | 0 | 0.71 | 0.51 | 0.15 | 343.25 | 0.68 | 0.55 |
| Hex | DA | 40 | 6B | 0 | 47 | 33 | F | 157 | 44 | 37 |
| Octal | 332 | 100 | 153 | 0 | 107 | 63 | 17 | 527 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1101011 | 0 | 1000111 | 110011 | 1111 | 101010111 | 1000100 | 110111 |
Color Harmonies of #DA406B
Complementary color
Monochromatic Colors of #DA406B
Black with #DA406B
Text Example
Text Example
White with #DA406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA406B; }
p { color: rgb(218,64,107); }
H1.HeaderClassName
{
color: #DA406B;
}
.AnyTagClassName
{
color: #DA406B;
}
</style>
background-color css
<style>
a { background-color: #DA406B; }
a { background-color: rgb(218,64,107); }
div.DivClassName
{
background-color: #DA406B;
}
.BgClassName
{
background-color: #DA406B;
}
</style>
border-color css
<style>
span { border-color: #DA406B; }
span { border-color: rgb(218,64,107); }
td.TdClassName
{
border-color: #DA406B;
}
.TagClassName
{
border-color: #DA406B;
}
</style>