Shades of Cerise #DA225C
Tints of Cerise #DA225C
RGB
CMYK
RGB Variations
Color information
#DA225C (or 0xDA225C) is known color: Cerise. HEX triplet: DA, 22 and 5C. RGB value is (218,34,92). Sum of RGB (Red+Green+Blue) = 218+34+92=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA225C is #25DDA3. Grayscale: #5F5F5F. Windows color (decimal): -2481572 or 6038234. OLE color: 6038234.
HSL color Cylindrical-coordinate representation of color #DA225C: hue angle of 341.09º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA225C is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 92 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.15 |
| HSL | 341.09º | 0.73% | 0.49% | - |
| HSV(B) | 341.09º | 0.84% | 0.85% | - |
| XYZ | 31.42 | 16.82 | 11.72 | - |
| YUV | 95.63 | 125.96 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 92 | 0 | 0.84 | 0.58 | 0.15 | 341.09 | 0.73 | 0.49 |
| Hex | DA | 22 | 5C | 0 | 54 | 3A | F | 155 | 49 | 31 |
| Octal | 332 | 42 | 134 | 0 | 124 | 72 | 17 | 525 | 111 | 61 |
| Binary | 11011010 | 100010 | 1011100 | 0 | 1010100 | 111010 | 1111 | 101010101 | 1001001 | 110001 |
Color Harmonies of #DA225C
Complementary color
Monochromatic Colors of #DA225C
Black with #DA225C
Text Example
Text Example
White with #DA225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA225C; }
p { color: rgb(218,34,92); }
H1.HeaderClassName
{
color: #DA225C;
}
.AnyTagClassName
{
color: #DA225C;
}
</style>
background-color css
<style>
a { background-color: #DA225C; }
a { background-color: rgb(218,34,92); }
div.DivClassName
{
background-color: #DA225C;
}
.BgClassName
{
background-color: #DA225C;
}
</style>
border-color css
<style>
span { border-color: #DA225C; }
span { border-color: rgb(218,34,92); }
td.TdClassName
{
border-color: #DA225C;
}
.TagClassName
{
border-color: #DA225C;
}
</style>