Shades of Cerise #DA3471
Tints of Cerise #DA3471
RGB
CMYK
RGB Variations
Color information
#DA3471 (or 0xDA3471) is known color: Cerise. HEX triplet: DA, 34 and 71. RGB value is (218,52,113). Sum of RGB (Red+Green+Blue) = 218+52+113=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3471 is #25CB8E. Grayscale: #6C6C6C. Windows color (decimal): -2476943 or 7419098. OLE color: 7419098.
HSL color Cylindrical-coordinate representation of color #DA3471: hue angle of 337.95º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3471 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 113 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.15 |
| HSL | 337.95º | 0.69% | 0.53% | - |
| HSV(B) | 337.95º | 0.76% | 0.85% | - |
| XYZ | 33.12 | 18.55 | 17.46 | - |
| YUV | 108.59 | 130.5 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 113 | 0 | 0.76 | 0.48 | 0.15 | 337.95 | 0.69 | 0.53 |
| Hex | DA | 34 | 71 | 0 | 4C | 30 | F | 152 | 45 | 35 |
| Octal | 332 | 64 | 161 | 0 | 114 | 60 | 17 | 522 | 105 | 65 |
| Binary | 11011010 | 110100 | 1110001 | 0 | 1001100 | 110000 | 1111 | 101010010 | 1000101 | 110101 |
Color Harmonies of #DA3471
Complementary color
Monochromatic Colors of #DA3471
Black with #DA3471
Text Example
Text Example
White with #DA3471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3471; }
p { color: rgb(218,52,113); }
H1.HeaderClassName
{
color: #DA3471;
}
.AnyTagClassName
{
color: #DA3471;
}
</style>
background-color css
<style>
a { background-color: #DA3471; }
a { background-color: rgb(218,52,113); }
div.DivClassName
{
background-color: #DA3471;
}
.BgClassName
{
background-color: #DA3471;
}
</style>
border-color css
<style>
span { border-color: #DA3471; }
span { border-color: rgb(218,52,113); }
td.TdClassName
{
border-color: #DA3471;
}
.TagClassName
{
border-color: #DA3471;
}
</style>