Shades of Cerise #DA4260
Tints of Cerise #DA4260
RGB
CMYK
RGB Variations
Color information
#DA4260 (or 0xDA4260) is known color: Cerise. HEX triplet: DA, 42 and 60. RGB value is (218,66,96). Sum of RGB (Red+Green+Blue) = 218+66+96=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4260 is #25BD9F. Grayscale: #727272. Windows color (decimal): -2473376 or 6308570. OLE color: 6308570.
HSL color Cylindrical-coordinate representation of color #DA4260: hue angle of 348.16º 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 #DA4260 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 96 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.15 |
| HSL | 348.16º | 0.67% | 0.56% | - |
| HSV(B) | 348.16º | 0.7% | 0.85% | - |
| XYZ | 32.97 | 19.65 | 13.12 | - |
| YUV | 114.87 | 117.36 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 96 | 0 | 0.70 | 0.56 | 0.15 | 348.16 | 0.67 | 0.56 |
| Hex | DA | 42 | 60 | 0 | 46 | 38 | F | 15C | 43 | 38 |
| Octal | 332 | 102 | 140 | 0 | 106 | 70 | 17 | 534 | 103 | 70 |
| Binary | 11011010 | 1000010 | 1100000 | 0 | 1000110 | 111000 | 1111 | 101011100 | 1000011 | 111000 |
Color Harmonies of #DA4260
Complementary color
Monochromatic Colors of #DA4260
Black with #DA4260
Text Example
Text Example
White with #DA4260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4260; }
p { color: rgb(218,66,96); }
H1.HeaderClassName
{
color: #DA4260;
}
.AnyTagClassName
{
color: #DA4260;
}
</style>
background-color css
<style>
a { background-color: #DA4260; }
a { background-color: rgb(218,66,96); }
div.DivClassName
{
background-color: #DA4260;
}
.BgClassName
{
background-color: #DA4260;
}
</style>
border-color css
<style>
span { border-color: #DA4260; }
span { border-color: rgb(218,66,96); }
td.TdClassName
{
border-color: #DA4260;
}
.TagClassName
{
border-color: #DA4260;
}
</style>