Shades of Cerise #DA2365
Tints of Cerise #DA2365
RGB
CMYK
RGB Variations
Color information
#DA2365 (or 0xDA2365) is known color: Cerise. HEX triplet: DA, 23 and 65. RGB value is (218,35,101). Sum of RGB (Red+Green+Blue) = 218+35+101=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2365 is #25DC9A. Grayscale: #616161. Windows color (decimal): -2481307 or 6628314. OLE color: 6628314.
HSL color Cylindrical-coordinate representation of color #DA2365: hue angle of 338.36º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2365 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 101 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.15 |
| HSL | 338.36º | 0.72% | 0.5% | - |
| HSV(B) | 338.36º | 0.84% | 0.85% | - |
| XYZ | 31.86 | 17.05 | 13.92 | - |
| YUV | 97.24 | 130.13 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 101 | 0 | 0.84 | 0.54 | 0.15 | 338.36 | 0.72 | 0.5 |
| Hex | DA | 23 | 65 | 0 | 54 | 36 | F | 152 | 48 | 32 |
| Octal | 332 | 43 | 145 | 0 | 124 | 66 | 17 | 522 | 110 | 62 |
| Binary | 11011010 | 100011 | 1100101 | 0 | 1010100 | 110110 | 1111 | 101010010 | 1001000 | 110010 |
Color Harmonies of #DA2365
Complementary color
Monochromatic Colors of #DA2365
Black with #DA2365
Text Example
Text Example
White with #DA2365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2365; }
p { color: rgb(218,35,101); }
H1.HeaderClassName
{
color: #DA2365;
}
.AnyTagClassName
{
color: #DA2365;
}
</style>
background-color css
<style>
a { background-color: #DA2365; }
a { background-color: rgb(218,35,101); }
div.DivClassName
{
background-color: #DA2365;
}
.BgClassName
{
background-color: #DA2365;
}
</style>
border-color css
<style>
span { border-color: #DA2365; }
span { border-color: rgb(218,35,101); }
td.TdClassName
{
border-color: #DA2365;
}
.TagClassName
{
border-color: #DA2365;
}
</style>