Shades of Cerise #DA2662
Tints of Cerise #DA2662
RGB
CMYK
RGB Variations
Color information
#DA2662 (or 0xDA2662) is known color: Cerise. HEX triplet: DA, 26 and 62. RGB value is (218,38,98). Sum of RGB (Red+Green+Blue) = 218+38+98=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2662 is #25D99D. Grayscale: #626262. Windows color (decimal): -2480542 or 6432474. OLE color: 6432474.
HSL color Cylindrical-coordinate representation of color #DA2662: hue angle of 340º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2662 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 98 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.15 |
| HSL | 340º | 0.71% | 0.5% | - |
| HSV(B) | 340º | 0.83% | 0.85% | - |
| XYZ | 31.81 | 17.17 | 13.19 | - |
| YUV | 98.66 | 127.63 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 98 | 0 | 0.83 | 0.55 | 0.15 | 340 | 0.71 | 0.5 |
| Hex | DA | 26 | 62 | 0 | 53 | 37 | F | 154 | 47 | 32 |
| Octal | 332 | 46 | 142 | 0 | 123 | 67 | 17 | 524 | 107 | 62 |
| Binary | 11011010 | 100110 | 1100010 | 0 | 1010011 | 110111 | 1111 | 101010100 | 1000111 | 110010 |
Color Harmonies of #DA2662
Complementary color
Monochromatic Colors of #DA2662
Black with #DA2662
Text Example
Text Example
White with #DA2662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2662; }
p { color: rgb(218,38,98); }
H1.HeaderClassName
{
color: #DA2662;
}
.AnyTagClassName
{
color: #DA2662;
}
</style>
background-color css
<style>
a { background-color: #DA2662; }
a { background-color: rgb(218,38,98); }
div.DivClassName
{
background-color: #DA2662;
}
.BgClassName
{
background-color: #DA2662;
}
</style>
border-color css
<style>
span { border-color: #DA2662; }
span { border-color: rgb(218,38,98); }
td.TdClassName
{
border-color: #DA2662;
}
.TagClassName
{
border-color: #DA2662;
}
</style>