Shades of Cerise #DA4160
Tints of Cerise #DA4160
RGB
CMYK
RGB Variations
Color information
#DA4160 (or 0xDA4160) is known color: Cerise. HEX triplet: DA, 41 and 60. RGB value is (218,65,96). Sum of RGB (Red+Green+Blue) = 218+65+96=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4160 is #25BE9F. Grayscale: #727272. Windows color (decimal): -2473632 or 6308314. OLE color: 6308314.
HSL color Cylindrical-coordinate representation of color #DA4160: hue angle of 347.84º 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 #DA4160 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 96 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.15 |
| HSL | 347.84º | 0.67% | 0.55% | - |
| HSV(B) | 347.84º | 0.7% | 0.85% | - |
| XYZ | 32.92 | 19.53 | 13.1 | - |
| YUV | 114.28 | 117.69 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 96 | 0 | 0.70 | 0.56 | 0.15 | 347.84 | 0.67 | 0.55 |
| Hex | DA | 41 | 60 | 0 | 46 | 38 | F | 15C | 43 | 37 |
| Octal | 332 | 101 | 140 | 0 | 106 | 70 | 17 | 534 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1100000 | 0 | 1000110 | 111000 | 1111 | 101011100 | 1000011 | 110111 |
Color Harmonies of #DA4160
Complementary color
Monochromatic Colors of #DA4160
Black with #DA4160
Text Example
Text Example
White with #DA4160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4160; }
p { color: rgb(218,65,96); }
H1.HeaderClassName
{
color: #DA4160;
}
.AnyTagClassName
{
color: #DA4160;
}
</style>
background-color css
<style>
a { background-color: #DA4160; }
a { background-color: rgb(218,65,96); }
div.DivClassName
{
background-color: #DA4160;
}
.BgClassName
{
background-color: #DA4160;
}
</style>
border-color css
<style>
span { border-color: #DA4160; }
span { border-color: rgb(218,65,96); }
td.TdClassName
{
border-color: #DA4160;
}
.TagClassName
{
border-color: #DA4160;
}
</style>