Shades of Cerise #DA285A
Tints of Cerise #DA285A
RGB
CMYK
RGB Variations
Color information
#DA285A (or 0xDA285A) is known color: Cerise. HEX triplet: DA, 28 and 5A. RGB value is (218,40,90). Sum of RGB (Red+Green+Blue) = 218+40+90=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA285A is #25D7A5. Grayscale: #626262. Windows color (decimal): -2480038 or 5908698. OLE color: 5908698.
HSL color Cylindrical-coordinate representation of color #DA285A: hue angle of 343.15º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA285A is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 90 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.15 |
| HSL | 343.15º | 0.71% | 0.51% | - |
| HSV(B) | 343.15º | 0.82% | 0.85% | - |
| XYZ | 31.52 | 17.16 | 11.32 | - |
| YUV | 98.92 | 122.97 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 90 | 0 | 0.82 | 0.59 | 0.15 | 343.15 | 0.71 | 0.51 |
| Hex | DA | 28 | 5A | 0 | 52 | 3B | F | 157 | 47 | 33 |
| Octal | 332 | 50 | 132 | 0 | 122 | 73 | 17 | 527 | 107 | 63 |
| Binary | 11011010 | 101000 | 1011010 | 0 | 1010010 | 111011 | 1111 | 101010111 | 1000111 | 110011 |
Color Harmonies of #DA285A
Complementary color
Monochromatic Colors of #DA285A
Black with #DA285A
Text Example
Text Example
White with #DA285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA285A; }
p { color: rgb(218,40,90); }
H1.HeaderClassName
{
color: #DA285A;
}
.AnyTagClassName
{
color: #DA285A;
}
</style>
background-color css
<style>
a { background-color: #DA285A; }
a { background-color: rgb(218,40,90); }
div.DivClassName
{
background-color: #DA285A;
}
.BgClassName
{
background-color: #DA285A;
}
</style>
border-color css
<style>
span { border-color: #DA285A; }
span { border-color: rgb(218,40,90); }
td.TdClassName
{
border-color: #DA285A;
}
.TagClassName
{
border-color: #DA285A;
}
</style>