Shades of Cerise #DA366B
Tints of Cerise #DA366B
RGB
CMYK
RGB Variations
Color information
#DA366B (or 0xDA366B) is known color: Cerise. HEX triplet: DA, 36 and 6B. RGB value is (218,54,107). Sum of RGB (Red+Green+Blue) = 218+54+107=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA366B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA366B is #25C994. Grayscale: #6D6D6D. Windows color (decimal): -2476437 or 7026394. OLE color: 7026394.
HSL color Cylindrical-coordinate representation of color #DA366B: hue angle of 340.61º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA366B is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 107 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.15 |
| HSL | 340.61º | 0.69% | 0.53% | - |
| HSV(B) | 340.61º | 0.75% | 0.85% | - |
| XYZ | 32.89 | 18.61 | 15.77 | - |
| YUV | 109.08 | 126.83 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 107 | 0 | 0.75 | 0.51 | 0.15 | 340.61 | 0.69 | 0.53 |
| Hex | DA | 36 | 6B | 0 | 4B | 33 | F | 155 | 45 | 35 |
| Octal | 332 | 66 | 153 | 0 | 113 | 63 | 17 | 525 | 105 | 65 |
| Binary | 11011010 | 110110 | 1101011 | 0 | 1001011 | 110011 | 1111 | 101010101 | 1000101 | 110101 |
Color Harmonies of #DA366B
Complementary color
Monochromatic Colors of #DA366B
Black with #DA366B
Text Example
Text Example
White with #DA366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA366B; }
p { color: rgb(218,54,107); }
H1.HeaderClassName
{
color: #DA366B;
}
.AnyTagClassName
{
color: #DA366B;
}
</style>
background-color css
<style>
a { background-color: #DA366B; }
a { background-color: rgb(218,54,107); }
div.DivClassName
{
background-color: #DA366B;
}
.BgClassName
{
background-color: #DA366B;
}
</style>
border-color css
<style>
span { border-color: #DA366B; }
span { border-color: rgb(218,54,107); }
td.TdClassName
{
border-color: #DA366B;
}
.TagClassName
{
border-color: #DA366B;
}
</style>