Shades of Cerise #DA275B
Tints of Cerise #DA275B
RGB
CMYK
RGB Variations
Color information
#DA275B (or 0xDA275B) is known color: Cerise. HEX triplet: DA, 27 and 5B. RGB value is (218,39,91). Sum of RGB (Red+Green+Blue) = 218+39+91=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA275B is #25D8A4. Grayscale: #626262. Windows color (decimal): -2480293 or 5973978. OLE color: 5973978.
HSL color Cylindrical-coordinate representation of color #DA275B: hue angle of 342.57º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA275B is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 91 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.15 |
| HSL | 342.57º | 0.71% | 0.5% | - |
| HSV(B) | 342.57º | 0.82% | 0.85% | - |
| XYZ | 31.53 | 17.11 | 11.54 | - |
| YUV | 98.45 | 123.8 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 91 | 0 | 0.82 | 0.58 | 0.15 | 342.57 | 0.71 | 0.5 |
| Hex | DA | 27 | 5B | 0 | 52 | 3A | F | 157 | 47 | 32 |
| Octal | 332 | 47 | 133 | 0 | 122 | 72 | 17 | 527 | 107 | 62 |
| Binary | 11011010 | 100111 | 1011011 | 0 | 1010010 | 111010 | 1111 | 101010111 | 1000111 | 110010 |
Color Harmonies of #DA275B
Complementary color
Monochromatic Colors of #DA275B
Black with #DA275B
Text Example
Text Example
White with #DA275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA275B; }
p { color: rgb(218,39,91); }
H1.HeaderClassName
{
color: #DA275B;
}
.AnyTagClassName
{
color: #DA275B;
}
</style>
background-color css
<style>
a { background-color: #DA275B; }
a { background-color: rgb(218,39,91); }
div.DivClassName
{
background-color: #DA275B;
}
.BgClassName
{
background-color: #DA275B;
}
</style>
border-color css
<style>
span { border-color: #DA275B; }
span { border-color: rgb(218,39,91); }
td.TdClassName
{
border-color: #DA275B;
}
.TagClassName
{
border-color: #DA275B;
}
</style>