Shades of Cerise #DA3C72
Tints of Cerise #DA3C72
RGB
CMYK
RGB Variations
Color information
#DA3C72 (or 0xDA3C72) is known color: Cerise. HEX triplet: DA, 3C and 72. RGB value is (218,60,114). Sum of RGB (Red+Green+Blue) = 218+60+114=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C72 is #25C38D. Grayscale: #717171. Windows color (decimal): -2474894 or 7486682. OLE color: 7486682.
HSL color Cylindrical-coordinate representation of color #DA3C72: hue angle of 339.49º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3C72 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 114 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.15 |
| HSL | 339.49º | 0.68% | 0.55% | - |
| HSV(B) | 339.49º | 0.72% | 0.85% | - |
| XYZ | 33.57 | 19.35 | 17.89 | - |
| YUV | 113.4 | 128.35 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 114 | 0 | 0.72 | 0.48 | 0.15 | 339.49 | 0.68 | 0.55 |
| Hex | DA | 3C | 72 | 0 | 48 | 30 | F | 153 | 44 | 37 |
| Octal | 332 | 74 | 162 | 0 | 110 | 60 | 17 | 523 | 104 | 67 |
| Binary | 11011010 | 111100 | 1110010 | 0 | 1001000 | 110000 | 1111 | 101010011 | 1000100 | 110111 |
Color Harmonies of #DA3C72
Complementary color
Monochromatic Colors of #DA3C72
Black with #DA3C72
Text Example
Text Example
White with #DA3C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C72; }
p { color: rgb(218,60,114); }
H1.HeaderClassName
{
color: #DA3C72;
}
.AnyTagClassName
{
color: #DA3C72;
}
</style>
background-color css
<style>
a { background-color: #DA3C72; }
a { background-color: rgb(218,60,114); }
div.DivClassName
{
background-color: #DA3C72;
}
.BgClassName
{
background-color: #DA3C72;
}
</style>
border-color css
<style>
span { border-color: #DA3C72; }
span { border-color: rgb(218,60,114); }
td.TdClassName
{
border-color: #DA3C72;
}
.TagClassName
{
border-color: #DA3C72;
}
</style>