Shades of Cerise #DA415C
Tints of Cerise #DA415C
RGB
CMYK
RGB Variations
Color information
#DA415C (or 0xDA415C) is known color: Cerise. HEX triplet: DA, 41 and 5C. RGB value is (218,65,92). Sum of RGB (Red+Green+Blue) = 218+65+92=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA415C is #25BEA3. Grayscale: #717171. Windows color (decimal): -2473636 or 6046170. OLE color: 6046170.
HSL color Cylindrical-coordinate representation of color #DA415C: hue angle of 349.41º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA415C is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 92 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.15 |
| HSL | 349.41º | 0.67% | 0.55% | - |
| HSV(B) | 349.41º | 0.7% | 0.85% | - |
| XYZ | 32.74 | 19.46 | 12.16 | - |
| YUV | 113.83 | 115.69 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 92 | 0 | 0.70 | 0.58 | 0.15 | 349.41 | 0.67 | 0.55 |
| Hex | DA | 41 | 5C | 0 | 46 | 3A | F | 15D | 43 | 37 |
| Octal | 332 | 101 | 134 | 0 | 106 | 72 | 17 | 535 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1011100 | 0 | 1000110 | 111010 | 1111 | 101011101 | 1000011 | 110111 |
Color Harmonies of #DA415C
Complementary color
Monochromatic Colors of #DA415C
Black with #DA415C
Text Example
Text Example
White with #DA415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA415C; }
p { color: rgb(218,65,92); }
H1.HeaderClassName
{
color: #DA415C;
}
.AnyTagClassName
{
color: #DA415C;
}
</style>
background-color css
<style>
a { background-color: #DA415C; }
a { background-color: rgb(218,65,92); }
div.DivClassName
{
background-color: #DA415C;
}
.BgClassName
{
background-color: #DA415C;
}
</style>
border-color css
<style>
span { border-color: #DA415C; }
span { border-color: rgb(218,65,92); }
td.TdClassName
{
border-color: #DA415C;
}
.TagClassName
{
border-color: #DA415C;
}
</style>