Shades of Cerise #DA2367
Tints of Cerise #DA2367
RGB
CMYK
RGB Variations
Color information
#DA2367 (or 0xDA2367) is known color: Cerise. HEX triplet: DA, 23 and 67. RGB value is (218,35,103). Sum of RGB (Red+Green+Blue) = 218+35+103=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2367 is #25DC98. Grayscale: #616161. Windows color (decimal): -2481305 or 6759386. OLE color: 6759386.
HSL color Cylindrical-coordinate representation of color #DA2367: hue angle of 337.7º 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 #DA2367 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 103 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.15 |
| HSL | 337.7º | 0.72% | 0.5% | - |
| HSV(B) | 337.7º | 0.84% | 0.85% | - |
| XYZ | 31.96 | 17.09 | 14.45 | - |
| YUV | 97.47 | 131.13 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 103 | 0 | 0.84 | 0.53 | 0.15 | 337.7 | 0.72 | 0.5 |
| Hex | DA | 23 | 67 | 0 | 54 | 35 | F | 152 | 48 | 32 |
| Octal | 332 | 43 | 147 | 0 | 124 | 65 | 17 | 522 | 110 | 62 |
| Binary | 11011010 | 100011 | 1100111 | 0 | 1010100 | 110101 | 1111 | 101010010 | 1001000 | 110010 |
Color Harmonies of #DA2367
Complementary color
Monochromatic Colors of #DA2367
Black with #DA2367
Text Example
Text Example
White with #DA2367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2367; }
p { color: rgb(218,35,103); }
H1.HeaderClassName
{
color: #DA2367;
}
.AnyTagClassName
{
color: #DA2367;
}
</style>
background-color css
<style>
a { background-color: #DA2367; }
a { background-color: rgb(218,35,103); }
div.DivClassName
{
background-color: #DA2367;
}
.BgClassName
{
background-color: #DA2367;
}
</style>
border-color css
<style>
span { border-color: #DA2367; }
span { border-color: rgb(218,35,103); }
td.TdClassName
{
border-color: #DA2367;
}
.TagClassName
{
border-color: #DA2367;
}
</style>