Shades of Cerise #DA255B
Tints of Cerise #DA255B
RGB
CMYK
RGB Variations
Color information
#DA255B (or 0xDA255B) is known color: Cerise. HEX triplet: DA, 25 and 5B. RGB value is (218,37,91). Sum of RGB (Red+Green+Blue) = 218+37+91=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA255B is #25DAA4. Grayscale: #616161. Windows color (decimal): -2480805 or 5973466. OLE color: 5973466.
HSL color Cylindrical-coordinate representation of color #DA255B: hue angle of 342.1º 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 #DA255B is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 91 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.15 |
| HSL | 342.1º | 0.71% | 0.5% | - |
| HSV(B) | 342.1º | 0.83% | 0.85% | - |
| XYZ | 31.46 | 16.98 | 11.52 | - |
| YUV | 97.28 | 124.47 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 91 | 0 | 0.83 | 0.58 | 0.15 | 342.1 | 0.71 | 0.5 |
| Hex | DA | 25 | 5B | 0 | 53 | 3A | F | 156 | 47 | 32 |
| Octal | 332 | 45 | 133 | 0 | 123 | 72 | 17 | 526 | 107 | 62 |
| Binary | 11011010 | 100101 | 1011011 | 0 | 1010011 | 111010 | 1111 | 101010110 | 1000111 | 110010 |
Color Harmonies of #DA255B
Complementary color
Monochromatic Colors of #DA255B
Black with #DA255B
Text Example
Text Example
White with #DA255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA255B; }
p { color: rgb(218,37,91); }
H1.HeaderClassName
{
color: #DA255B;
}
.AnyTagClassName
{
color: #DA255B;
}
</style>
background-color css
<style>
a { background-color: #DA255B; }
a { background-color: rgb(218,37,91); }
div.DivClassName
{
background-color: #DA255B;
}
.BgClassName
{
background-color: #DA255B;
}
</style>
border-color css
<style>
span { border-color: #DA255B; }
span { border-color: rgb(218,37,91); }
td.TdClassName
{
border-color: #DA255B;
}
.TagClassName
{
border-color: #DA255B;
}
</style>