Shades of Cerise #DA425C
Tints of Cerise #DA425C
RGB
CMYK
RGB Variations
Color information
#DA425C (or 0xDA425C) is known color: Cerise. HEX triplet: DA, 42 and 5C. RGB value is (218,66,92). Sum of RGB (Red+Green+Blue) = 218+66+92=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA425C is #25BDA3. Grayscale: #727272. Windows color (decimal): -2473380 or 6046426. OLE color: 6046426.
HSL color Cylindrical-coordinate representation of color #DA425C: hue angle of 349.74º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA425C is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 92 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.15 |
| HSL | 349.74º | 0.67% | 0.56% | - |
| HSV(B) | 349.74º | 0.7% | 0.85% | - |
| XYZ | 32.79 | 19.57 | 12.18 | - |
| YUV | 114.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 92 | 0 | 0.70 | 0.58 | 0.15 | 349.74 | 0.67 | 0.56 |
| Hex | DA | 42 | 5C | 0 | 46 | 3A | F | 15E | 43 | 38 |
| Octal | 332 | 102 | 134 | 0 | 106 | 72 | 17 | 536 | 103 | 70 |
| Binary | 11011010 | 1000010 | 1011100 | 0 | 1000110 | 111010 | 1111 | 101011110 | 1000011 | 111000 |
Color Harmonies of #DA425C
Complementary color
Monochromatic Colors of #DA425C
Black with #DA425C
Text Example
Text Example
White with #DA425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA425C; }
p { color: rgb(218,66,92); }
H1.HeaderClassName
{
color: #DA425C;
}
.AnyTagClassName
{
color: #DA425C;
}
</style>
background-color css
<style>
a { background-color: #DA425C; }
a { background-color: rgb(218,66,92); }
div.DivClassName
{
background-color: #DA425C;
}
.BgClassName
{
background-color: #DA425C;
}
</style>
border-color css
<style>
span { border-color: #DA425C; }
span { border-color: rgb(218,66,92); }
td.TdClassName
{
border-color: #DA425C;
}
.TagClassName
{
border-color: #DA425C;
}
</style>