Shades of Cerise #DA2263
Tints of Cerise #DA2263
RGB
CMYK
RGB Variations
Color information
#DA2263 (or 0xDA2263) is known color: Cerise. HEX triplet: DA, 22 and 63. RGB value is (218,34,99). Sum of RGB (Red+Green+Blue) = 218+34+99=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2263 is #25DD9C. Grayscale: #606060. Windows color (decimal): -2481565 or 6496986. OLE color: 6496986.
HSL color Cylindrical-coordinate representation of color #DA2263: hue angle of 338.8º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2263 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 99 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.15 |
| HSL | 338.8º | 0.73% | 0.49% | - |
| HSV(B) | 338.8º | 0.84% | 0.85% | - |
| XYZ | 31.74 | 16.95 | 13.4 | - |
| YUV | 96.43 | 129.46 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 99 | 0 | 0.84 | 0.55 | 0.15 | 338.8 | 0.73 | 0.49 |
| Hex | DA | 22 | 63 | 0 | 54 | 37 | F | 153 | 49 | 31 |
| Octal | 332 | 42 | 143 | 0 | 124 | 67 | 17 | 523 | 111 | 61 |
| Binary | 11011010 | 100010 | 1100011 | 0 | 1010100 | 110111 | 1111 | 101010011 | 1001001 | 110001 |
Color Harmonies of #DA2263
Complementary color
Monochromatic Colors of #DA2263
Black with #DA2263
Text Example
Text Example
White with #DA2263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2263; }
p { color: rgb(218,34,99); }
H1.HeaderClassName
{
color: #DA2263;
}
.AnyTagClassName
{
color: #DA2263;
}
</style>
background-color css
<style>
a { background-color: #DA2263; }
a { background-color: rgb(218,34,99); }
div.DivClassName
{
background-color: #DA2263;
}
.BgClassName
{
background-color: #DA2263;
}
</style>
border-color css
<style>
span { border-color: #DA2263; }
span { border-color: rgb(218,34,99); }
td.TdClassName
{
border-color: #DA2263;
}
.TagClassName
{
border-color: #DA2263;
}
</style>