Shades of Cerise #DA235C
Tints of Cerise #DA235C
RGB
CMYK
RGB Variations
Color information
#DA235C (or 0xDA235C) is known color: Cerise. HEX triplet: DA, 23 and 5C. RGB value is (218,35,92). Sum of RGB (Red+Green+Blue) = 218+35+92=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA235C is #25DCA3. Grayscale: #606060. Windows color (decimal): -2481316 or 6038490. OLE color: 6038490.
HSL color Cylindrical-coordinate representation of color #DA235C: hue angle of 341.31º 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 #DA235C is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 92 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.15 |
| HSL | 341.31º | 0.72% | 0.5% | - |
| HSV(B) | 341.31º | 0.84% | 0.85% | - |
| XYZ | 31.45 | 16.88 | 11.73 | - |
| YUV | 96.22 | 125.63 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 92 | 0 | 0.84 | 0.58 | 0.15 | 341.31 | 0.72 | 0.5 |
| Hex | DA | 23 | 5C | 0 | 54 | 3A | F | 155 | 48 | 32 |
| Octal | 332 | 43 | 134 | 0 | 124 | 72 | 17 | 525 | 110 | 62 |
| Binary | 11011010 | 100011 | 1011100 | 0 | 1010100 | 111010 | 1111 | 101010101 | 1001000 | 110010 |
Color Harmonies of #DA235C
Complementary color
Monochromatic Colors of #DA235C
Black with #DA235C
Text Example
Text Example
White with #DA235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA235C; }
p { color: rgb(218,35,92); }
H1.HeaderClassName
{
color: #DA235C;
}
.AnyTagClassName
{
color: #DA235C;
}
</style>
background-color css
<style>
a { background-color: #DA235C; }
a { background-color: rgb(218,35,92); }
div.DivClassName
{
background-color: #DA235C;
}
.BgClassName
{
background-color: #DA235C;
}
</style>
border-color css
<style>
span { border-color: #DA235C; }
span { border-color: rgb(218,35,92); }
td.TdClassName
{
border-color: #DA235C;
}
.TagClassName
{
border-color: #DA235C;
}
</style>