Shades of Cerise #DA2362
Tints of Cerise #DA2362
RGB
CMYK
RGB Variations
Color information
#DA2362 (or 0xDA2362) is known color: Cerise. HEX triplet: DA, 23 and 62. RGB value is (218,35,98). Sum of RGB (Red+Green+Blue) = 218+35+98=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2362 is #25DC9D. Grayscale: #606060. Windows color (decimal): -2481310 or 6431706. OLE color: 6431706.
HSL color Cylindrical-coordinate representation of color #DA2362: hue angle of 339.34º 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 #DA2362 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 98 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.15 |
| HSL | 339.34º | 0.72% | 0.5% | - |
| HSV(B) | 339.34º | 0.84% | 0.85% | - |
| XYZ | 31.72 | 16.99 | 13.16 | - |
| YUV | 96.9 | 128.63 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 98 | 0 | 0.84 | 0.55 | 0.15 | 339.34 | 0.72 | 0.5 |
| Hex | DA | 23 | 62 | 0 | 54 | 37 | F | 153 | 48 | 32 |
| Octal | 332 | 43 | 142 | 0 | 124 | 67 | 17 | 523 | 110 | 62 |
| Binary | 11011010 | 100011 | 1100010 | 0 | 1010100 | 110111 | 1111 | 101010011 | 1001000 | 110010 |
Color Harmonies of #DA2362
Complementary color
Monochromatic Colors of #DA2362
Black with #DA2362
Text Example
Text Example
White with #DA2362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2362; }
p { color: rgb(218,35,98); }
H1.HeaderClassName
{
color: #DA2362;
}
.AnyTagClassName
{
color: #DA2362;
}
</style>
background-color css
<style>
a { background-color: #DA2362; }
a { background-color: rgb(218,35,98); }
div.DivClassName
{
background-color: #DA2362;
}
.BgClassName
{
background-color: #DA2362;
}
</style>
border-color css
<style>
span { border-color: #DA2362; }
span { border-color: rgb(218,35,98); }
td.TdClassName
{
border-color: #DA2362;
}
.TagClassName
{
border-color: #DA2362;
}
</style>