Shades of Cerise #DA276C
Tints of Cerise #DA276C
RGB
CMYK
RGB Variations
Color information
#DA276C (or 0xDA276C) is known color: Cerise. HEX triplet: DA, 27 and 6C. RGB value is (218,39,108). Sum of RGB (Red+Green+Blue) = 218+39+108=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA276C is #25D893. Grayscale: #646464. Windows color (decimal): -2480276 or 7088090. OLE color: 7088090.
HSL color Cylindrical-coordinate representation of color #DA276C: hue angle of 336.87º 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 #DA276C is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 108 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.15 |
| HSL | 336.87º | 0.71% | 0.5% | - |
| HSV(B) | 336.87º | 0.82% | 0.85% | - |
| XYZ | 32.35 | 17.44 | 15.85 | - |
| YUV | 100.39 | 132.3 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 108 | 0 | 0.82 | 0.50 | 0.15 | 336.87 | 0.71 | 0.5 |
| Hex | DA | 27 | 6C | 0 | 52 | 32 | F | 151 | 47 | 32 |
| Octal | 332 | 47 | 154 | 0 | 122 | 62 | 17 | 521 | 107 | 62 |
| Binary | 11011010 | 100111 | 1101100 | 0 | 1010010 | 110010 | 1111 | 101010001 | 1000111 | 110010 |
Color Harmonies of #DA276C
Complementary color
Monochromatic Colors of #DA276C
Black with #DA276C
Text Example
Text Example
White with #DA276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA276C; }
p { color: rgb(218,39,108); }
H1.HeaderClassName
{
color: #DA276C;
}
.AnyTagClassName
{
color: #DA276C;
}
</style>
background-color css
<style>
a { background-color: #DA276C; }
a { background-color: rgb(218,39,108); }
div.DivClassName
{
background-color: #DA276C;
}
.BgClassName
{
background-color: #DA276C;
}
</style>
border-color css
<style>
span { border-color: #DA276C; }
span { border-color: rgb(218,39,108); }
td.TdClassName
{
border-color: #DA276C;
}
.TagClassName
{
border-color: #DA276C;
}
</style>