Shades of Cerise #DA3972
Tints of Cerise #DA3972
RGB
CMYK
RGB Variations
Color information
#DA3972 (or 0xDA3972) is known color: Cerise. HEX triplet: DA, 39 and 72. RGB value is (218,57,114). Sum of RGB (Red+Green+Blue) = 218+57+114=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3972 is #25C68D. Grayscale: #6F6F6F. Windows color (decimal): -2475662 or 7485914. OLE color: 7485914.
HSL color Cylindrical-coordinate representation of color #DA3972: hue angle of 338.76º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3972 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 114 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.15 |
| HSL | 338.76º | 0.69% | 0.54% | - |
| HSV(B) | 338.76º | 0.74% | 0.85% | - |
| XYZ | 33.41 | 19.05 | 17.83 | - |
| YUV | 111.64 | 129.34 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 114 | 0 | 0.74 | 0.48 | 0.15 | 338.76 | 0.69 | 0.54 |
| Hex | DA | 39 | 72 | 0 | 4A | 30 | F | 153 | 45 | 36 |
| Octal | 332 | 71 | 162 | 0 | 112 | 60 | 17 | 523 | 105 | 66 |
| Binary | 11011010 | 111001 | 1110010 | 0 | 1001010 | 110000 | 1111 | 101010011 | 1000101 | 110110 |
Color Harmonies of #DA3972
Complementary color
Monochromatic Colors of #DA3972
Black with #DA3972
Text Example
Text Example
White with #DA3972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3972; }
p { color: rgb(218,57,114); }
H1.HeaderClassName
{
color: #DA3972;
}
.AnyTagClassName
{
color: #DA3972;
}
</style>
background-color css
<style>
a { background-color: #DA3972; }
a { background-color: rgb(218,57,114); }
div.DivClassName
{
background-color: #DA3972;
}
.BgClassName
{
background-color: #DA3972;
}
</style>
border-color css
<style>
span { border-color: #DA3972; }
span { border-color: rgb(218,57,114); }
td.TdClassName
{
border-color: #DA3972;
}
.TagClassName
{
border-color: #DA3972;
}
</style>