Shades of Cerise #DA365D
Tints of Cerise #DA365D
RGB
CMYK
RGB Variations
Color information
#DA365D (or 0xDA365D) is known color: Cerise. HEX triplet: DA, 36 and 5D. RGB value is (218,54,93). Sum of RGB (Red+Green+Blue) = 218+54+93=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA365D is #25C9A2. Grayscale: #6B6B6B. Windows color (decimal): -2476451 or 6108890. OLE color: 6108890.
HSL color Cylindrical-coordinate representation of color #DA365D: hue angle of 345.73º 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 #DA365D is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 93 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.15 |
| HSL | 345.73º | 0.69% | 0.53% | - |
| HSV(B) | 345.73º | 0.75% | 0.85% | - |
| XYZ | 32.21 | 18.33 | 12.2 | - |
| YUV | 107.48 | 119.83 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 93 | 0 | 0.75 | 0.57 | 0.15 | 345.73 | 0.69 | 0.53 |
| Hex | DA | 36 | 5D | 0 | 4B | 39 | F | 15A | 45 | 35 |
| Octal | 332 | 66 | 135 | 0 | 113 | 71 | 17 | 532 | 105 | 65 |
| Binary | 11011010 | 110110 | 1011101 | 0 | 1001011 | 111001 | 1111 | 101011010 | 1000101 | 110101 |
Color Harmonies of #DA365D
Complementary color
Monochromatic Colors of #DA365D
Black with #DA365D
Text Example
Text Example
White with #DA365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA365D; }
p { color: rgb(218,54,93); }
H1.HeaderClassName
{
color: #DA365D;
}
.AnyTagClassName
{
color: #DA365D;
}
</style>
background-color css
<style>
a { background-color: #DA365D; }
a { background-color: rgb(218,54,93); }
div.DivClassName
{
background-color: #DA365D;
}
.BgClassName
{
background-color: #DA365D;
}
</style>
border-color css
<style>
span { border-color: #DA365D; }
span { border-color: rgb(218,54,93); }
td.TdClassName
{
border-color: #DA365D;
}
.TagClassName
{
border-color: #DA365D;
}
</style>