Shades of Cerise #DA366D
Tints of Cerise #DA366D
RGB
CMYK
RGB Variations
Color information
#DA366D (or 0xDA366D) is known color: Cerise. HEX triplet: DA, 36 and 6D. RGB value is (218,54,109). Sum of RGB (Red+Green+Blue) = 218+54+109=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA366D is #25C992. Grayscale: #6D6D6D. Windows color (decimal): -2476435 or 7157466. OLE color: 7157466.
HSL color Cylindrical-coordinate representation of color #DA366D: hue angle of 339.88º 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 #DA366D is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 109 | - |
| CMYK | 0 | 0.75 | 0.5 | 0.15 |
| HSL | 339.88º | 0.69% | 0.53% | - |
| HSV(B) | 339.88º | 0.75% | 0.85% | - |
| XYZ | 32.99 | 18.65 | 16.33 | - |
| YUV | 109.31 | 127.83 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 109 | 0 | 0.75 | 0.5 | 0.15 | 339.88 | 0.69 | 0.53 |
| Hex | DA | 36 | 6D | 0 | 4B | 32 | F | 154 | 45 | 35 |
| Octal | 332 | 66 | 155 | 0 | 113 | 62 | 17 | 524 | 105 | 65 |
| Binary | 11011010 | 110110 | 1101101 | 0 | 1001011 | 110010 | 1111 | 101010100 | 1000101 | 110101 |
Color Harmonies of #DA366D
Complementary color
Monochromatic Colors of #DA366D
Black with #DA366D
Text Example
Text Example
White with #DA366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA366D; }
p { color: rgb(218,54,109); }
H1.HeaderClassName
{
color: #DA366D;
}
.AnyTagClassName
{
color: #DA366D;
}
</style>
background-color css
<style>
a { background-color: #DA366D; }
a { background-color: rgb(218,54,109); }
div.DivClassName
{
background-color: #DA366D;
}
.BgClassName
{
background-color: #DA366D;
}
</style>
border-color css
<style>
span { border-color: #DA366D; }
span { border-color: rgb(218,54,109); }
td.TdClassName
{
border-color: #DA366D;
}
.TagClassName
{
border-color: #DA366D;
}
</style>