Shades of Cerise #DA415D
Tints of Cerise #DA415D
RGB
CMYK
RGB Variations
Color information
#DA415D (or 0xDA415D) is known color: Cerise. HEX triplet: DA, 41 and 5D. RGB value is (218,65,93). Sum of RGB (Red+Green+Blue) = 218+65+93=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA415D is #25BEA2. Grayscale: #717171. Windows color (decimal): -2473635 or 6111706. OLE color: 6111706.
HSL color Cylindrical-coordinate representation of color #DA415D: hue angle of 349.02º 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 #DA415D is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 93 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.15 |
| HSL | 349.02º | 0.67% | 0.55% | - |
| HSV(B) | 349.02º | 0.7% | 0.85% | - |
| XYZ | 32.78 | 19.48 | 12.39 | - |
| YUV | 113.94 | 116.19 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 93 | 0 | 0.70 | 0.57 | 0.15 | 349.02 | 0.67 | 0.55 |
| Hex | DA | 41 | 5D | 0 | 46 | 39 | F | 15D | 43 | 37 |
| Octal | 332 | 101 | 135 | 0 | 106 | 71 | 17 | 535 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1011101 | 0 | 1000110 | 111001 | 1111 | 101011101 | 1000011 | 110111 |
Color Harmonies of #DA415D
Complementary color
Monochromatic Colors of #DA415D
Black with #DA415D
Text Example
Text Example
White with #DA415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA415D; }
p { color: rgb(218,65,93); }
H1.HeaderClassName
{
color: #DA415D;
}
.AnyTagClassName
{
color: #DA415D;
}
</style>
background-color css
<style>
a { background-color: #DA415D; }
a { background-color: rgb(218,65,93); }
div.DivClassName
{
background-color: #DA415D;
}
.BgClassName
{
background-color: #DA415D;
}
</style>
border-color css
<style>
span { border-color: #DA415D; }
span { border-color: rgb(218,65,93); }
td.TdClassName
{
border-color: #DA415D;
}
.TagClassName
{
border-color: #DA415D;
}
</style>