Shades of Cerise #DA326E
Tints of Cerise #DA326E
RGB
CMYK
RGB Variations
Color information
#DA326E (or 0xDA326E) is known color: Cerise. HEX triplet: DA, 32 and 6E. RGB value is (218,50,110). Sum of RGB (Red+Green+Blue) = 218+50+110=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA326E is #25CD91. Grayscale: #6A6A6A. Windows color (decimal): -2477458 or 7221978. OLE color: 7221978.
HSL color Cylindrical-coordinate representation of color #DA326E: hue angle of 338.57º 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 #DA326E is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 110 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.15 |
| HSL | 338.57º | 0.69% | 0.53% | - |
| HSV(B) | 338.57º | 0.77% | 0.85% | - |
| XYZ | 32.87 | 18.31 | 16.55 | - |
| YUV | 107.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 110 | 0 | 0.77 | 0.50 | 0.15 | 338.57 | 0.69 | 0.53 |
| Hex | DA | 32 | 6E | 0 | 4D | 32 | F | 153 | 45 | 35 |
| Octal | 332 | 62 | 156 | 0 | 115 | 62 | 17 | 523 | 105 | 65 |
| Binary | 11011010 | 110010 | 1101110 | 0 | 1001101 | 110010 | 1111 | 101010011 | 1000101 | 110101 |
Color Harmonies of #DA326E
Complementary color
Monochromatic Colors of #DA326E
Black with #DA326E
Text Example
Text Example
White with #DA326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA326E; }
p { color: rgb(218,50,110); }
H1.HeaderClassName
{
color: #DA326E;
}
.AnyTagClassName
{
color: #DA326E;
}
</style>
background-color css
<style>
a { background-color: #DA326E; }
a { background-color: rgb(218,50,110); }
div.DivClassName
{
background-color: #DA326E;
}
.BgClassName
{
background-color: #DA326E;
}
</style>
border-color css
<style>
span { border-color: #DA326E; }
span { border-color: rgb(218,50,110); }
td.TdClassName
{
border-color: #DA326E;
}
.TagClassName
{
border-color: #DA326E;
}
</style>