Shades of Cerise #DA276A
Tints of Cerise #DA276A
RGB
CMYK
RGB Variations
Color information
#DA276A (or 0xDA276A) is known color: Cerise. HEX triplet: DA, 27 and 6A. RGB value is (218,39,106). Sum of RGB (Red+Green+Blue) = 218+39+106=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA276A is #25D895. Grayscale: #646464. Windows color (decimal): -2480278 or 6957018. OLE color: 6957018.
HSL color Cylindrical-coordinate representation of color #DA276A: hue angle of 337.54º 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 #DA276A is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 106 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.15 |
| HSL | 337.54º | 0.71% | 0.5% | - |
| HSV(B) | 337.54º | 0.82% | 0.85% | - |
| XYZ | 32.24 | 17.4 | 15.29 | - |
| YUV | 100.16 | 131.3 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 106 | 0 | 0.82 | 0.51 | 0.15 | 337.54 | 0.71 | 0.5 |
| Hex | DA | 27 | 6A | 0 | 52 | 33 | F | 152 | 47 | 32 |
| Octal | 332 | 47 | 152 | 0 | 122 | 63 | 17 | 522 | 107 | 62 |
| Binary | 11011010 | 100111 | 1101010 | 0 | 1010010 | 110011 | 1111 | 101010010 | 1000111 | 110010 |
Color Harmonies of #DA276A
Complementary color
Monochromatic Colors of #DA276A
Black with #DA276A
Text Example
Text Example
White with #DA276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA276A; }
p { color: rgb(218,39,106); }
H1.HeaderClassName
{
color: #DA276A;
}
.AnyTagClassName
{
color: #DA276A;
}
</style>
background-color css
<style>
a { background-color: #DA276A; }
a { background-color: rgb(218,39,106); }
div.DivClassName
{
background-color: #DA276A;
}
.BgClassName
{
background-color: #DA276A;
}
</style>
border-color css
<style>
span { border-color: #DA276A; }
span { border-color: rgb(218,39,106); }
td.TdClassName
{
border-color: #DA276A;
}
.TagClassName
{
border-color: #DA276A;
}
</style>