Shades of Cerise #DA2F60
Tints of Cerise #DA2F60
RGB
CMYK
RGB Variations
Color information
#DA2F60 (or 0xDA2F60) is known color: Cerise. HEX triplet: DA, 2F and 60. RGB value is (218,47,96). Sum of RGB (Red+Green+Blue) = 218+47+96=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2F60 is #25D09F. Grayscale: #676767. Windows color (decimal): -2478240 or 6303706. OLE color: 6303706.
HSL color Cylindrical-coordinate representation of color #DA2F60: hue angle of 342.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA2F60 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 96 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.15 |
| HSL | 342.81º | 0.7% | 0.52% | - |
| HSV(B) | 342.81º | 0.78% | 0.85% | - |
| XYZ | 32.04 | 17.78 | 12.81 | - |
| YUV | 103.72 | 123.65 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 96 | 0 | 0.78 | 0.56 | 0.15 | 342.81 | 0.7 | 0.52 |
| Hex | DA | 2F | 60 | 0 | 4E | 38 | F | 157 | 46 | 34 |
| Octal | 332 | 57 | 140 | 0 | 116 | 70 | 17 | 527 | 106 | 64 |
| Binary | 11011010 | 101111 | 1100000 | 0 | 1001110 | 111000 | 1111 | 101010111 | 1000110 | 110100 |
Color Harmonies of #DA2F60
Complementary color
Monochromatic Colors of #DA2F60
Black with #DA2F60
Text Example
Text Example
White with #DA2F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F60; }
p { color: rgb(218,47,96); }
H1.HeaderClassName
{
color: #DA2F60;
}
.AnyTagClassName
{
color: #DA2F60;
}
</style>
background-color css
<style>
a { background-color: #DA2F60; }
a { background-color: rgb(218,47,96); }
div.DivClassName
{
background-color: #DA2F60;
}
.BgClassName
{
background-color: #DA2F60;
}
</style>
border-color css
<style>
span { border-color: #DA2F60; }
span { border-color: rgb(218,47,96); }
td.TdClassName
{
border-color: #DA2F60;
}
.TagClassName
{
border-color: #DA2F60;
}
</style>