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