Shades of Cerise #DA2966
Tints of Cerise #DA2966
RGB
CMYK
RGB Variations
Color information
#DA2966 (or 0xDA2966) is known color: Cerise. HEX triplet: DA, 29 and 66. RGB value is (218,41,102). Sum of RGB (Red+Green+Blue) = 218+41+102=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2966 is #25D699. Grayscale: #646464. Windows color (decimal): -2479770 or 6695386. OLE color: 6695386.
HSL color Cylindrical-coordinate representation of color #DA2966: hue angle of 339.32º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2966 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 102 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.15 |
| HSL | 339.32º | 0.71% | 0.51% | - |
| HSV(B) | 339.32º | 0.81% | 0.85% | - |
| XYZ | 32.1 | 17.45 | 14.25 | - |
| YUV | 100.88 | 128.64 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 102 | 0 | 0.81 | 0.53 | 0.15 | 339.32 | 0.71 | 0.51 |
| Hex | DA | 29 | 66 | 0 | 51 | 35 | F | 153 | 47 | 33 |
| Octal | 332 | 51 | 146 | 0 | 121 | 65 | 17 | 523 | 107 | 63 |
| Binary | 11011010 | 101001 | 1100110 | 0 | 1010001 | 110101 | 1111 | 101010011 | 1000111 | 110011 |
Color Harmonies of #DA2966
Complementary color
Monochromatic Colors of #DA2966
Black with #DA2966
Text Example
Text Example
White with #DA2966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2966; }
p { color: rgb(218,41,102); }
H1.HeaderClassName
{
color: #DA2966;
}
.AnyTagClassName
{
color: #DA2966;
}
</style>
background-color css
<style>
a { background-color: #DA2966; }
a { background-color: rgb(218,41,102); }
div.DivClassName
{
background-color: #DA2966;
}
.BgClassName
{
background-color: #DA2966;
}
</style>
border-color css
<style>
span { border-color: #DA2966; }
span { border-color: rgb(218,41,102); }
td.TdClassName
{
border-color: #DA2966;
}
.TagClassName
{
border-color: #DA2966;
}
</style>