Shades of Cerise #DA326C
Tints of Cerise #DA326C
RGB
CMYK
RGB Variations
Color information
#DA326C (or 0xDA326C) is known color: Cerise. HEX triplet: DA, 32 and 6C. RGB value is (218,50,108). Sum of RGB (Red+Green+Blue) = 218+50+108=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA326C is #25CD93. Grayscale: #6A6A6A. Windows color (decimal): -2477460 or 7090906. OLE color: 7090906.
HSL color Cylindrical-coordinate representation of color #DA326C: hue angle of 339.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA326C is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 108 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.15 |
| HSL | 339.29º | 0.69% | 0.53% | - |
| HSV(B) | 339.29º | 0.77% | 0.85% | - |
| XYZ | 32.76 | 18.27 | 15.99 | - |
| YUV | 106.84 | 128.66 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 108 | 0 | 0.77 | 0.50 | 0.15 | 339.29 | 0.69 | 0.53 |
| Hex | DA | 32 | 6C | 0 | 4D | 32 | F | 153 | 45 | 35 |
| Octal | 332 | 62 | 154 | 0 | 115 | 62 | 17 | 523 | 105 | 65 |
| Binary | 11011010 | 110010 | 1101100 | 0 | 1001101 | 110010 | 1111 | 101010011 | 1000101 | 110101 |
Color Harmonies of #DA326C
Complementary color
Monochromatic Colors of #DA326C
Black with #DA326C
Text Example
Text Example
White with #DA326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA326C; }
p { color: rgb(218,50,108); }
H1.HeaderClassName
{
color: #DA326C;
}
.AnyTagClassName
{
color: #DA326C;
}
</style>
background-color css
<style>
a { background-color: #DA326C; }
a { background-color: rgb(218,50,108); }
div.DivClassName
{
background-color: #DA326C;
}
.BgClassName
{
background-color: #DA326C;
}
</style>
border-color css
<style>
span { border-color: #DA326C; }
span { border-color: rgb(218,50,108); }
td.TdClassName
{
border-color: #DA326C;
}
.TagClassName
{
border-color: #DA326C;
}
</style>