Shades of Cerise #DA346A
Tints of Cerise #DA346A
RGB
CMYK
RGB Variations
Color information
#DA346A (or 0xDA346A) is known color: Cerise. HEX triplet: DA, 34 and 6A. RGB value is (218,52,106). Sum of RGB (Red+Green+Blue) = 218+52+106=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA346A is #25CB95. Grayscale: #6B6B6B. Windows color (decimal): -2476950 or 6960346. OLE color: 6960346.
HSL color Cylindrical-coordinate representation of color #DA346A: hue angle of 340.48º 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 #DA346A is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 106 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.15 |
| HSL | 340.48º | 0.69% | 0.53% | - |
| HSV(B) | 340.48º | 0.76% | 0.85% | - |
| XYZ | 32.74 | 18.4 | 15.46 | - |
| YUV | 107.79 | 127 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 106 | 0 | 0.76 | 0.51 | 0.15 | 340.48 | 0.69 | 0.53 |
| Hex | DA | 34 | 6A | 0 | 4C | 33 | F | 154 | 45 | 35 |
| Octal | 332 | 64 | 152 | 0 | 114 | 63 | 17 | 524 | 105 | 65 |
| Binary | 11011010 | 110100 | 1101010 | 0 | 1001100 | 110011 | 1111 | 101010100 | 1000101 | 110101 |
Color Harmonies of #DA346A
Complementary color
Monochromatic Colors of #DA346A
Black with #DA346A
Text Example
Text Example
White with #DA346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA346A; }
p { color: rgb(218,52,106); }
H1.HeaderClassName
{
color: #DA346A;
}
.AnyTagClassName
{
color: #DA346A;
}
</style>
background-color css
<style>
a { background-color: #DA346A; }
a { background-color: rgb(218,52,106); }
div.DivClassName
{
background-color: #DA346A;
}
.BgClassName
{
background-color: #DA346A;
}
</style>
border-color css
<style>
span { border-color: #DA346A; }
span { border-color: rgb(218,52,106); }
td.TdClassName
{
border-color: #DA346A;
}
.TagClassName
{
border-color: #DA346A;
}
</style>