Shades of Cerise #DA2769
Tints of Cerise #DA2769
RGB
CMYK
RGB Variations
Color information
#DA2769 (or 0xDA2769) is known color: Cerise. HEX triplet: DA, 27 and 69. RGB value is (218,39,105). Sum of RGB (Red+Green+Blue) = 218+39+105=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2769 is #25D896. Grayscale: #636363. Windows color (decimal): -2480279 or 6891482. OLE color: 6891482.
HSL color Cylindrical-coordinate representation of color #DA2769: hue angle of 337.88º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2769 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 105 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.15 |
| HSL | 337.88º | 0.71% | 0.5% | - |
| HSV(B) | 337.88º | 0.82% | 0.85% | - |
| XYZ | 32.19 | 17.38 | 15.02 | - |
| YUV | 100.05 | 130.8 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 105 | 0 | 0.82 | 0.52 | 0.15 | 337.88 | 0.71 | 0.5 |
| Hex | DA | 27 | 69 | 0 | 52 | 34 | F | 152 | 47 | 32 |
| Octal | 332 | 47 | 151 | 0 | 122 | 64 | 17 | 522 | 107 | 62 |
| Binary | 11011010 | 100111 | 1101001 | 0 | 1010010 | 110100 | 1111 | 101010010 | 1000111 | 110010 |
Color Harmonies of #DA2769
Complementary color
Monochromatic Colors of #DA2769
Black with #DA2769
Text Example
Text Example
White with #DA2769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2769; }
p { color: rgb(218,39,105); }
H1.HeaderClassName
{
color: #DA2769;
}
.AnyTagClassName
{
color: #DA2769;
}
</style>
background-color css
<style>
a { background-color: #DA2769; }
a { background-color: rgb(218,39,105); }
div.DivClassName
{
background-color: #DA2769;
}
.BgClassName
{
background-color: #DA2769;
}
</style>
border-color css
<style>
span { border-color: #DA2769; }
span { border-color: rgb(218,39,105); }
td.TdClassName
{
border-color: #DA2769;
}
.TagClassName
{
border-color: #DA2769;
}
</style>