Shades of Cerise #DA2673
Tints of Cerise #DA2673
RGB
CMYK
RGB Variations
Color information
#DA2673 (or 0xDA2673) is known color: Cerise. HEX triplet: DA, 26 and 73. RGB value is (218,38,115). Sum of RGB (Red+Green+Blue) = 218+38+115=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2673 is #25D98C. Grayscale: #646464. Windows color (decimal): -2480525 or 7546586. OLE color: 7546586.
HSL color Cylindrical-coordinate representation of color #DA2673: hue angle of 334.33º 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 #DA2673 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 115 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.15 |
| HSL | 334.33º | 0.71% | 0.5% | - |
| HSV(B) | 334.33º | 0.83% | 0.85% | - |
| XYZ | 32.7 | 17.53 | 17.88 | - |
| YUV | 100.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 115 | 0 | 0.83 | 0.47 | 0.15 | 334.33 | 0.71 | 0.5 |
| Hex | DA | 26 | 73 | 0 | 53 | 2F | F | 14E | 47 | 32 |
| Octal | 332 | 46 | 163 | 0 | 123 | 57 | 17 | 516 | 107 | 62 |
| Binary | 11011010 | 100110 | 1110011 | 0 | 1010011 | 101111 | 1111 | 101001110 | 1000111 | 110010 |
Color Harmonies of #DA2673
Complementary color
Monochromatic Colors of #DA2673
Black with #DA2673
Text Example
Text Example
White with #DA2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2673; }
p { color: rgb(218,38,115); }
H1.HeaderClassName
{
color: #DA2673;
}
.AnyTagClassName
{
color: #DA2673;
}
</style>
background-color css
<style>
a { background-color: #DA2673; }
a { background-color: rgb(218,38,115); }
div.DivClassName
{
background-color: #DA2673;
}
.BgClassName
{
background-color: #DA2673;
}
</style>
border-color css
<style>
span { border-color: #DA2673; }
span { border-color: rgb(218,38,115); }
td.TdClassName
{
border-color: #DA2673;
}
.TagClassName
{
border-color: #DA2673;
}
</style>