Shades of Cerise #DA2967
Tints of Cerise #DA2967
RGB
CMYK
RGB Variations
Color information
#DA2967 (or 0xDA2967) is known color: Cerise. HEX triplet: DA, 29 and 67. RGB value is (218,41,103). Sum of RGB (Red+Green+Blue) = 218+41+103=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2967 is #25D698. Grayscale: #646464. Windows color (decimal): -2479769 or 6760922. OLE color: 6760922.
HSL color Cylindrical-coordinate representation of color #DA2967: hue angle of 338.98º 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 #DA2967 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 103 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.15 |
| HSL | 338.98º | 0.71% | 0.51% | - |
| HSV(B) | 338.98º | 0.81% | 0.85% | - |
| XYZ | 32.15 | 17.47 | 14.51 | - |
| YUV | 100.99 | 129.14 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 103 | 0 | 0.81 | 0.53 | 0.15 | 338.98 | 0.71 | 0.51 |
| Hex | DA | 29 | 67 | 0 | 51 | 35 | F | 153 | 47 | 33 |
| Octal | 332 | 51 | 147 | 0 | 121 | 65 | 17 | 523 | 107 | 63 |
| Binary | 11011010 | 101001 | 1100111 | 0 | 1010001 | 110101 | 1111 | 101010011 | 1000111 | 110011 |
Color Harmonies of #DA2967
Complementary color
Monochromatic Colors of #DA2967
Black with #DA2967
Text Example
Text Example
White with #DA2967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2967; }
p { color: rgb(218,41,103); }
H1.HeaderClassName
{
color: #DA2967;
}
.AnyTagClassName
{
color: #DA2967;
}
</style>
background-color css
<style>
a { background-color: #DA2967; }
a { background-color: rgb(218,41,103); }
div.DivClassName
{
background-color: #DA2967;
}
.BgClassName
{
background-color: #DA2967;
}
</style>
border-color css
<style>
span { border-color: #DA2967; }
span { border-color: rgb(218,41,103); }
td.TdClassName
{
border-color: #DA2967;
}
.TagClassName
{
border-color: #DA2967;
}
</style>