Shades of Cerise #DA346D
Tints of Cerise #DA346D
RGB
CMYK
RGB Variations
Color information
#DA346D (or 0xDA346D) is known color: Cerise. HEX triplet: DA, 34 and 6D. RGB value is (218,52,109). Sum of RGB (Red+Green+Blue) = 218+52+109=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA346D is #25CB92. Grayscale: #6C6C6C. Windows color (decimal): -2476947 or 7156954. OLE color: 7156954.
HSL color Cylindrical-coordinate representation of color #DA346D: hue angle of 339.4º 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 #DA346D is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 109 | - |
| CMYK | 0 | 0.76 | 0.5 | 0.15 |
| HSL | 339.4º | 0.69% | 0.53% | - |
| HSV(B) | 339.4º | 0.76% | 0.85% | - |
| XYZ | 32.9 | 18.47 | 16.3 | - |
| YUV | 108.13 | 128.5 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 109 | 0 | 0.76 | 0.5 | 0.15 | 339.4 | 0.69 | 0.53 |
| Hex | DA | 34 | 6D | 0 | 4C | 32 | F | 153 | 45 | 35 |
| Octal | 332 | 64 | 155 | 0 | 114 | 62 | 17 | 523 | 105 | 65 |
| Binary | 11011010 | 110100 | 1101101 | 0 | 1001100 | 110010 | 1111 | 101010011 | 1000101 | 110101 |
Color Harmonies of #DA346D
Complementary color
Monochromatic Colors of #DA346D
Black with #DA346D
Text Example
Text Example
White with #DA346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA346D; }
p { color: rgb(218,52,109); }
H1.HeaderClassName
{
color: #DA346D;
}
.AnyTagClassName
{
color: #DA346D;
}
</style>
background-color css
<style>
a { background-color: #DA346D; }
a { background-color: rgb(218,52,109); }
div.DivClassName
{
background-color: #DA346D;
}
.BgClassName
{
background-color: #DA346D;
}
</style>
border-color css
<style>
span { border-color: #DA346D; }
span { border-color: rgb(218,52,109); }
td.TdClassName
{
border-color: #DA346D;
}
.TagClassName
{
border-color: #DA346D;
}
</style>