Shades of Cerise #DA2D5E
Tints of Cerise #DA2D5E
RGB
CMYK
RGB Variations
Color information
#DA2D5E (or 0xDA2D5E) is known color: Cerise. HEX triplet: DA, 2D and 5E. RGB value is (218,45,94). Sum of RGB (Red+Green+Blue) = 218+45+94=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2D5E is #25D2A1. Grayscale: #666666. Windows color (decimal): -2478754 or 6172122. OLE color: 6172122.
HSL color Cylindrical-coordinate representation of color #DA2D5E: hue angle of 343.01º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2D5E is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 94 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.15 |
| HSL | 343.01º | 0.7% | 0.52% | - |
| HSV(B) | 343.01º | 0.79% | 0.85% | - |
| XYZ | 31.87 | 17.59 | 12.31 | - |
| YUV | 102.31 | 123.31 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 94 | 0 | 0.79 | 0.57 | 0.15 | 343.01 | 0.7 | 0.52 |
| Hex | DA | 2D | 5E | 0 | 4F | 39 | F | 157 | 46 | 34 |
| Octal | 332 | 55 | 136 | 0 | 117 | 71 | 17 | 527 | 106 | 64 |
| Binary | 11011010 | 101101 | 1011110 | 0 | 1001111 | 111001 | 1111 | 101010111 | 1000110 | 110100 |
Color Harmonies of #DA2D5E
Complementary color
Monochromatic Colors of #DA2D5E
Black with #DA2D5E
Text Example
Text Example
White with #DA2D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D5E; }
p { color: rgb(218,45,94); }
H1.HeaderClassName
{
color: #DA2D5E;
}
.AnyTagClassName
{
color: #DA2D5E;
}
</style>
background-color css
<style>
a { background-color: #DA2D5E; }
a { background-color: rgb(218,45,94); }
div.DivClassName
{
background-color: #DA2D5E;
}
.BgClassName
{
background-color: #DA2D5E;
}
</style>
border-color css
<style>
span { border-color: #DA2D5E; }
span { border-color: rgb(218,45,94); }
td.TdClassName
{
border-color: #DA2D5E;
}
.TagClassName
{
border-color: #DA2D5E;
}
</style>