Shades of Cerise #DA275C
Tints of Cerise #DA275C
RGB
CMYK
RGB Variations
Color information
#DA275C (or 0xDA275C) is known color: Cerise. HEX triplet: DA, 27 and 5C. RGB value is (218,39,92). Sum of RGB (Red+Green+Blue) = 218+39+92=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA275C is #25D8A3. Grayscale: #626262. Windows color (decimal): -2480292 or 6039514. OLE color: 6039514.
HSL color Cylindrical-coordinate representation of color #DA275C: hue angle of 342.23º 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 #DA275C is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 92 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.15 |
| HSL | 342.23º | 0.71% | 0.5% | - |
| HSV(B) | 342.23º | 0.82% | 0.85% | - |
| XYZ | 31.57 | 17.13 | 11.77 | - |
| YUV | 98.56 | 124.3 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 92 | 0 | 0.82 | 0.58 | 0.15 | 342.23 | 0.71 | 0.5 |
| Hex | DA | 27 | 5C | 0 | 52 | 3A | F | 156 | 47 | 32 |
| Octal | 332 | 47 | 134 | 0 | 122 | 72 | 17 | 526 | 107 | 62 |
| Binary | 11011010 | 100111 | 1011100 | 0 | 1010010 | 111010 | 1111 | 101010110 | 1000111 | 110010 |
Color Harmonies of #DA275C
Complementary color
Monochromatic Colors of #DA275C
Black with #DA275C
Text Example
Text Example
White with #DA275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA275C; }
p { color: rgb(218,39,92); }
H1.HeaderClassName
{
color: #DA275C;
}
.AnyTagClassName
{
color: #DA275C;
}
</style>
background-color css
<style>
a { background-color: #DA275C; }
a { background-color: rgb(218,39,92); }
div.DivClassName
{
background-color: #DA275C;
}
.BgClassName
{
background-color: #DA275C;
}
</style>
border-color css
<style>
span { border-color: #DA275C; }
span { border-color: rgb(218,39,92); }
td.TdClassName
{
border-color: #DA275C;
}
.TagClassName
{
border-color: #DA275C;
}
</style>