Shades of Cerise #DA315C
Tints of Cerise #DA315C
RGB
CMYK
RGB Variations
Color information
#DA315C (or 0xDA315C) is known color: Cerise. HEX triplet: DA, 31 and 5C. RGB value is (218,49,92). Sum of RGB (Red+Green+Blue) = 218+49+92=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA315C is #25CEA3. Grayscale: #686868. Windows color (decimal): -2477732 or 6042074. OLE color: 6042074.
HSL color Cylindrical-coordinate representation of color #DA315C: hue angle of 344.73º 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 #DA315C is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 92 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.15 |
| HSL | 344.73º | 0.7% | 0.52% | - |
| HSV(B) | 344.73º | 0.78% | 0.85% | - |
| XYZ | 31.94 | 17.87 | 11.89 | - |
| YUV | 104.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 92 | 0 | 0.78 | 0.58 | 0.15 | 344.73 | 0.7 | 0.52 |
| Hex | DA | 31 | 5C | 0 | 4E | 3A | F | 159 | 46 | 34 |
| Octal | 332 | 61 | 134 | 0 | 116 | 72 | 17 | 531 | 106 | 64 |
| Binary | 11011010 | 110001 | 1011100 | 0 | 1001110 | 111010 | 1111 | 101011001 | 1000110 | 110100 |
Color Harmonies of #DA315C
Complementary color
Monochromatic Colors of #DA315C
Black with #DA315C
Text Example
Text Example
White with #DA315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA315C; }
p { color: rgb(218,49,92); }
H1.HeaderClassName
{
color: #DA315C;
}
.AnyTagClassName
{
color: #DA315C;
}
</style>
background-color css
<style>
a { background-color: #DA315C; }
a { background-color: rgb(218,49,92); }
div.DivClassName
{
background-color: #DA315C;
}
.BgClassName
{
background-color: #DA315C;
}
</style>
border-color css
<style>
span { border-color: #DA315C; }
span { border-color: rgb(218,49,92); }
td.TdClassName
{
border-color: #DA315C;
}
.TagClassName
{
border-color: #DA315C;
}
</style>