Shades of Cerise #DA3173
Tints of Cerise #DA3173
RGB
CMYK
RGB Variations
Color information
#DA3173 (or 0xDA3173) is known color: Cerise. HEX triplet: DA, 31 and 73. RGB value is (218,49,115). Sum of RGB (Red+Green+Blue) = 218+49+115=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3173 is #25CE8C. Grayscale: #6A6A6A. Windows color (decimal): -2477709 or 7549402. OLE color: 7549402.
HSL color Cylindrical-coordinate representation of color #DA3173: hue angle of 336.57º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3173 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 115 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.15 |
| HSL | 336.57º | 0.7% | 0.52% | - |
| HSV(B) | 336.57º | 0.78% | 0.85% | - |
| XYZ | 33.11 | 18.34 | 18.01 | - |
| YUV | 107.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 115 | 0 | 0.78 | 0.47 | 0.15 | 336.57 | 0.7 | 0.52 |
| Hex | DA | 31 | 73 | 0 | 4E | 2F | F | 151 | 46 | 34 |
| Octal | 332 | 61 | 163 | 0 | 116 | 57 | 17 | 521 | 106 | 64 |
| Binary | 11011010 | 110001 | 1110011 | 0 | 1001110 | 101111 | 1111 | 101010001 | 1000110 | 110100 |
Color Harmonies of #DA3173
Complementary color
Monochromatic Colors of #DA3173
Black with #DA3173
Text Example
Text Example
White with #DA3173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3173; }
p { color: rgb(218,49,115); }
H1.HeaderClassName
{
color: #DA3173;
}
.AnyTagClassName
{
color: #DA3173;
}
</style>
background-color css
<style>
a { background-color: #DA3173; }
a { background-color: rgb(218,49,115); }
div.DivClassName
{
background-color: #DA3173;
}
.BgClassName
{
background-color: #DA3173;
}
</style>
border-color css
<style>
span { border-color: #DA3173; }
span { border-color: rgb(218,49,115); }
td.TdClassName
{
border-color: #DA3173;
}
.TagClassName
{
border-color: #DA3173;
}
</style>