Shades of Cerise #DA345C
Tints of Cerise #DA345C
RGB
CMYK
RGB Variations
Color information
#DA345C (or 0xDA345C) is known color: Cerise. HEX triplet: DA, 34 and 5C. RGB value is (218,52,92). Sum of RGB (Red+Green+Blue) = 218+52+92=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA345C is #25CBA3. Grayscale: #6A6A6A. Windows color (decimal): -2476964 or 6042842. OLE color: 6042842.
HSL color Cylindrical-coordinate representation of color #DA345C: hue angle of 345.54º 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 #DA345C is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 92 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.15 |
| HSL | 345.54º | 0.69% | 0.53% | - |
| HSV(B) | 345.54º | 0.76% | 0.85% | - |
| XYZ | 32.07 | 18.13 | 11.94 | - |
| YUV | 106.19 | 120 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 92 | 0 | 0.76 | 0.58 | 0.15 | 345.54 | 0.69 | 0.53 |
| Hex | DA | 34 | 5C | 0 | 4C | 3A | F | 15A | 45 | 35 |
| Octal | 332 | 64 | 134 | 0 | 114 | 72 | 17 | 532 | 105 | 65 |
| Binary | 11011010 | 110100 | 1011100 | 0 | 1001100 | 111010 | 1111 | 101011010 | 1000101 | 110101 |
Color Harmonies of #DA345C
Complementary color
Monochromatic Colors of #DA345C
Black with #DA345C
Text Example
Text Example
White with #DA345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA345C; }
p { color: rgb(218,52,92); }
H1.HeaderClassName
{
color: #DA345C;
}
.AnyTagClassName
{
color: #DA345C;
}
</style>
background-color css
<style>
a { background-color: #DA345C; }
a { background-color: rgb(218,52,92); }
div.DivClassName
{
background-color: #DA345C;
}
.BgClassName
{
background-color: #DA345C;
}
</style>
border-color css
<style>
span { border-color: #DA345C; }
span { border-color: rgb(218,52,92); }
td.TdClassName
{
border-color: #DA345C;
}
.TagClassName
{
border-color: #DA345C;
}
</style>