Shades of Cerise #DA415F
Tints of Cerise #DA415F
RGB
CMYK
RGB Variations
Color information
#DA415F (or 0xDA415F) is known color: Cerise. HEX triplet: DA, 41 and 5F. RGB value is (218,65,95). Sum of RGB (Red+Green+Blue) = 218+65+95=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA415F is #25BEA0. Grayscale: #727272. Windows color (decimal): -2473633 or 6242778. OLE color: 6242778.
HSL color Cylindrical-coordinate representation of color #DA415F: hue angle of 348.24º 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 #DA415F is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 95 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.15 |
| HSL | 348.24º | 0.67% | 0.55% | - |
| HSV(B) | 348.24º | 0.7% | 0.85% | - |
| XYZ | 32.87 | 19.51 | 12.86 | - |
| YUV | 114.17 | 117.19 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 95 | 0 | 0.70 | 0.56 | 0.15 | 348.24 | 0.67 | 0.55 |
| Hex | DA | 41 | 5F | 0 | 46 | 38 | F | 15C | 43 | 37 |
| Octal | 332 | 101 | 137 | 0 | 106 | 70 | 17 | 534 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1011111 | 0 | 1000110 | 111000 | 1111 | 101011100 | 1000011 | 110111 |
Color Harmonies of #DA415F
Complementary color
Monochromatic Colors of #DA415F
Black with #DA415F
Text Example
Text Example
White with #DA415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA415F; }
p { color: rgb(218,65,95); }
H1.HeaderClassName
{
color: #DA415F;
}
.AnyTagClassName
{
color: #DA415F;
}
</style>
background-color css
<style>
a { background-color: #DA415F; }
a { background-color: rgb(218,65,95); }
div.DivClassName
{
background-color: #DA415F;
}
.BgClassName
{
background-color: #DA415F;
}
</style>
border-color css
<style>
span { border-color: #DA415F; }
span { border-color: rgb(218,65,95); }
td.TdClassName
{
border-color: #DA415F;
}
.TagClassName
{
border-color: #DA415F;
}
</style>