Shades of Cerise #DA3E6C
Tints of Cerise #DA3E6C
RGB
CMYK
RGB Variations
Color information
#DA3E6C (or 0xDA3E6C) is known color: Cerise. HEX triplet: DA, 3E and 6C. RGB value is (218,62,108). Sum of RGB (Red+Green+Blue) = 218+62+108=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E6C is #25C193. Grayscale: #717171. Windows color (decimal): -2474388 or 7093978. OLE color: 7093978.
HSL color Cylindrical-coordinate representation of color #DA3E6C: hue angle of 342.31º 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 #DA3E6C is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 108 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.15 |
| HSL | 342.31º | 0.68% | 0.55% | - |
| HSV(B) | 342.31º | 0.72% | 0.85% | - |
| XYZ | 33.34 | 19.43 | 16.18 | - |
| YUV | 113.89 | 124.68 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 108 | 0 | 0.72 | 0.50 | 0.15 | 342.31 | 0.68 | 0.55 |
| Hex | DA | 3E | 6C | 0 | 48 | 32 | F | 156 | 44 | 37 |
| Octal | 332 | 76 | 154 | 0 | 110 | 62 | 17 | 526 | 104 | 67 |
| Binary | 11011010 | 111110 | 1101100 | 0 | 1001000 | 110010 | 1111 | 101010110 | 1000100 | 110111 |
Color Harmonies of #DA3E6C
Complementary color
Monochromatic Colors of #DA3E6C
Black with #DA3E6C
Text Example
Text Example
White with #DA3E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E6C; }
p { color: rgb(218,62,108); }
H1.HeaderClassName
{
color: #DA3E6C;
}
.AnyTagClassName
{
color: #DA3E6C;
}
</style>
background-color css
<style>
a { background-color: #DA3E6C; }
a { background-color: rgb(218,62,108); }
div.DivClassName
{
background-color: #DA3E6C;
}
.BgClassName
{
background-color: #DA3E6C;
}
</style>
border-color css
<style>
span { border-color: #DA3E6C; }
span { border-color: rgb(218,62,108); }
td.TdClassName
{
border-color: #DA3E6C;
}
.TagClassName
{
border-color: #DA3E6C;
}
</style>