Shades of Cerise #DA2B5D
Tints of Cerise #DA2B5D
RGB
CMYK
RGB Variations
Color information
#DA2B5D (or 0xDA2B5D) is known color: Cerise. HEX triplet: DA, 2B and 5D. RGB value is (218,43,93). Sum of RGB (Red+Green+Blue) = 218+43+93=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2B5D is #25D4A2. Grayscale: #646464. Windows color (decimal): -2479267 or 6106074. OLE color: 6106074.
HSL color Cylindrical-coordinate representation of color #DA2B5D: hue angle of 342.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2B5D is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 43 | 93 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.15 |
| HSL | 342.86º | 0.7% | 0.51% | - |
| HSV(B) | 342.86º | 0.8% | 0.85% | - |
| XYZ | 31.75 | 17.42 | 12.05 | - |
| YUV | 101.03 | 123.48 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 43 | 93 | 0 | 0.80 | 0.57 | 0.15 | 342.86 | 0.7 | 0.51 |
| Hex | DA | 2B | 5D | 0 | 50 | 39 | F | 157 | 46 | 33 |
| Octal | 332 | 53 | 135 | 0 | 120 | 71 | 17 | 527 | 106 | 63 |
| Binary | 11011010 | 101011 | 1011101 | 0 | 1010000 | 111001 | 1111 | 101010111 | 1000110 | 110011 |
Color Harmonies of #DA2B5D
Complementary color
Monochromatic Colors of #DA2B5D
Black with #DA2B5D
Text Example
Text Example
White with #DA2B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2B5D; }
p { color: rgb(218,43,93); }
H1.HeaderClassName
{
color: #DA2B5D;
}
.AnyTagClassName
{
color: #DA2B5D;
}
</style>
background-color css
<style>
a { background-color: #DA2B5D; }
a { background-color: rgb(218,43,93); }
div.DivClassName
{
background-color: #DA2B5D;
}
.BgClassName
{
background-color: #DA2B5D;
}
</style>
border-color css
<style>
span { border-color: #DA2B5D; }
span { border-color: rgb(218,43,93); }
td.TdClassName
{
border-color: #DA2B5D;
}
.TagClassName
{
border-color: #DA2B5D;
}
</style>