Shades of Deep Cerise #DA27A0
Tints of Deep Cerise #DA27A0
RGB
CMYK
RGB Variations
Color information
#DA27A0 (or 0xDA27A0) is known color: Deep Cerise. HEX triplet: DA, 27 and A0. RGB value is (218,39,160). Sum of RGB (Red+Green+Blue) = 218+39+160=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA27A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA27A0 is #25D85F. Grayscale: #6A6A6A. Windows color (decimal): -2480224 or 10495962. OLE color: 10495962.
HSL color Cylindrical-coordinate representation of color #DA27A0: hue angle of 319.44º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA27A0 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 160 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.15 |
| HSL | 319.44º | 0.71% | 0.5% | - |
| HSV(B) | 319.44º | 0.82% | 0.85% | - |
| XYZ | 35.98 | 18.89 | 35.01 | - |
| YUV | 106.32 | 158.3 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 160 | 0 | 0.82 | 0.27 | 0.15 | 319.44 | 0.71 | 0.5 |
| Hex | DA | 27 | A0 | 0 | 52 | 1B | F | 13F | 47 | 32 |
| Octal | 332 | 47 | 240 | 0 | 122 | 33 | 17 | 477 | 107 | 62 |
| Binary | 11011010 | 100111 | 10100000 | 0 | 1010010 | 11011 | 1111 | 100111111 | 1000111 | 110010 |
Color Harmonies of #DA27A0
Complementary color
Monochromatic Colors of #DA27A0
Black with #DA27A0
Text Example
Text Example
White with #DA27A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27A0; }
p { color: rgb(218,39,160); }
H1.HeaderClassName
{
color: #DA27A0;
}
.AnyTagClassName
{
color: #DA27A0;
}
</style>
background-color css
<style>
a { background-color: #DA27A0; }
a { background-color: rgb(218,39,160); }
div.DivClassName
{
background-color: #DA27A0;
}
.BgClassName
{
background-color: #DA27A0;
}
</style>
border-color css
<style>
span { border-color: #DA27A0; }
span { border-color: rgb(218,39,160); }
td.TdClassName
{
border-color: #DA27A0;
}
.TagClassName
{
border-color: #DA27A0;
}
</style>