Shades of Deep Cerise #DA227F
Tints of Deep Cerise #DA227F
RGB
CMYK
RGB Variations
Color information
#DA227F (or 0xDA227F) is known color: Deep Cerise. HEX triplet: DA, 22 and 7F. RGB value is (218,34,127). Sum of RGB (Red+Green+Blue) = 218+34+127=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA227F is #25DD80. Grayscale: #636363. Windows color (decimal): -2481537 or 8331994. OLE color: 8331994.
HSL color Cylindrical-coordinate representation of color #DA227F: hue angle of 329.67º 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 #DA227F is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 127 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.15 |
| HSL | 329.67º | 0.73% | 0.49% | - |
| HSV(B) | 329.67º | 0.84% | 0.85% | - |
| XYZ | 33.32 | 17.58 | 21.72 | - |
| YUV | 99.62 | 143.46 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 127 | 0 | 0.84 | 0.42 | 0.15 | 329.67 | 0.73 | 0.49 |
| Hex | DA | 22 | 7F | 0 | 54 | 2A | F | 14A | 49 | 31 |
| Octal | 332 | 42 | 177 | 0 | 124 | 52 | 17 | 512 | 111 | 61 |
| Binary | 11011010 | 100010 | 1111111 | 0 | 1010100 | 101010 | 1111 | 101001010 | 1001001 | 110001 |
Color Harmonies of #DA227F
Complementary color
Monochromatic Colors of #DA227F
Black with #DA227F
Text Example
Text Example
White with #DA227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA227F; }
p { color: rgb(218,34,127); }
H1.HeaderClassName
{
color: #DA227F;
}
.AnyTagClassName
{
color: #DA227F;
}
</style>
background-color css
<style>
a { background-color: #DA227F; }
a { background-color: rgb(218,34,127); }
div.DivClassName
{
background-color: #DA227F;
}
.BgClassName
{
background-color: #DA227F;
}
</style>
border-color css
<style>
span { border-color: #DA227F; }
span { border-color: rgb(218,34,127); }
td.TdClassName
{
border-color: #DA227F;
}
.TagClassName
{
border-color: #DA227F;
}
</style>