Shades of Deep Cerise #DA228E
Tints of Deep Cerise #DA228E
RGB
CMYK
RGB Variations
Color information
#DA228E (or 0xDA228E) is known color: Deep Cerise. HEX triplet: DA, 22 and 8E. RGB value is (218,34,142). Sum of RGB (Red+Green+Blue) = 218+34+142=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA228E is #25DD71. Grayscale: #656565. Windows color (decimal): -2481522 or 9315034. OLE color: 9315034.
HSL color Cylindrical-coordinate representation of color #DA228E: hue angle of 324.78º 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 #DA228E is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 142 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.15 |
| HSL | 324.78º | 0.73% | 0.49% | - |
| HSV(B) | 324.78º | 0.84% | 0.85% | - |
| XYZ | 34.37 | 18 | 27.25 | - |
| YUV | 101.33 | 150.96 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 142 | 0 | 0.84 | 0.35 | 0.15 | 324.78 | 0.73 | 0.49 |
| Hex | DA | 22 | 8E | 0 | 54 | 23 | F | 145 | 49 | 31 |
| Octal | 332 | 42 | 216 | 0 | 124 | 43 | 17 | 505 | 111 | 61 |
| Binary | 11011010 | 100010 | 10001110 | 0 | 1010100 | 100011 | 1111 | 101000101 | 1001001 | 110001 |
Color Harmonies of #DA228E
Complementary color
Monochromatic Colors of #DA228E
Black with #DA228E
Text Example
Text Example
White with #DA228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA228E; }
p { color: rgb(218,34,142); }
H1.HeaderClassName
{
color: #DA228E;
}
.AnyTagClassName
{
color: #DA228E;
}
</style>
background-color css
<style>
a { background-color: #DA228E; }
a { background-color: rgb(218,34,142); }
div.DivClassName
{
background-color: #DA228E;
}
.BgClassName
{
background-color: #DA228E;
}
</style>
border-color css
<style>
span { border-color: #DA228E; }
span { border-color: rgb(218,34,142); }
td.TdClassName
{
border-color: #DA228E;
}
.TagClassName
{
border-color: #DA228E;
}
</style>