Shades of Cerise #DA226D
Tints of Cerise #DA226D
RGB
CMYK
RGB Variations
Color information
#DA226D (or 0xDA226D) is known color: Cerise. HEX triplet: DA, 22 and 6D. RGB value is (218,34,109). Sum of RGB (Red+Green+Blue) = 218+34+109=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA226D is #25DD92. Grayscale: #616161. Windows color (decimal): -2481555 or 7152346. OLE color: 7152346.
HSL color Cylindrical-coordinate representation of color #DA226D: hue angle of 335.54º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA226D is Cyan = 0, Magento = 0.84, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 109 | - |
| CMYK | 0 | 0.84 | 0.5 | 0.15 |
| HSL | 335.54º | 0.73% | 0.49% | - |
| HSV(B) | 335.54º | 0.84% | 0.85% | - |
| XYZ | 32.25 | 17.15 | 16.08 | - |
| YUV | 97.57 | 134.46 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 109 | 0 | 0.84 | 0.5 | 0.15 | 335.54 | 0.73 | 0.49 |
| Hex | DA | 22 | 6D | 0 | 54 | 32 | F | 150 | 49 | 31 |
| Octal | 332 | 42 | 155 | 0 | 124 | 62 | 17 | 520 | 111 | 61 |
| Binary | 11011010 | 100010 | 1101101 | 0 | 1010100 | 110010 | 1111 | 101010000 | 1001001 | 110001 |
Color Harmonies of #DA226D
Complementary color
Monochromatic Colors of #DA226D
Black with #DA226D
Text Example
Text Example
White with #DA226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA226D; }
p { color: rgb(218,34,109); }
H1.HeaderClassName
{
color: #DA226D;
}
.AnyTagClassName
{
color: #DA226D;
}
</style>
background-color css
<style>
a { background-color: #DA226D; }
a { background-color: rgb(218,34,109); }
div.DivClassName
{
background-color: #DA226D;
}
.BgClassName
{
background-color: #DA226D;
}
</style>
border-color css
<style>
span { border-color: #DA226D; }
span { border-color: rgb(218,34,109); }
td.TdClassName
{
border-color: #DA226D;
}
.TagClassName
{
border-color: #DA226D;
}
</style>