Shades of Deep Cerise #DA27A4
Tints of Deep Cerise #DA27A4
RGB
CMYK
RGB Variations
Color information
#DA27A4 (or 0xDA27A4) is known color: Deep Cerise. HEX triplet: DA, 27 and A4. RGB value is (218,39,164). Sum of RGB (Red+Green+Blue) = 218+39+164=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA27A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA27A4 is #25D85B. Grayscale: #6A6A6A. Windows color (decimal): -2480220 or 10758106. OLE color: 10758106.
HSL color Cylindrical-coordinate representation of color #DA27A4: hue angle of 318.1º 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 #DA27A4 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 164 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.15 |
| HSL | 318.1º | 0.71% | 0.5% | - |
| HSV(B) | 318.1º | 0.82% | 0.85% | - |
| XYZ | 36.34 | 19.04 | 36.88 | - |
| YUV | 106.77 | 160.3 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 164 | 0 | 0.82 | 0.25 | 0.15 | 318.1 | 0.71 | 0.5 |
| Hex | DA | 27 | A4 | 0 | 52 | 19 | F | 13E | 47 | 32 |
| Octal | 332 | 47 | 244 | 0 | 122 | 31 | 17 | 476 | 107 | 62 |
| Binary | 11011010 | 100111 | 10100100 | 0 | 1010010 | 11001 | 1111 | 100111110 | 1000111 | 110010 |
Color Harmonies of #DA27A4
Complementary color
Monochromatic Colors of #DA27A4
Black with #DA27A4
Text Example
Text Example
White with #DA27A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27A4; }
p { color: rgb(218,39,164); }
H1.HeaderClassName
{
color: #DA27A4;
}
.AnyTagClassName
{
color: #DA27A4;
}
</style>
background-color css
<style>
a { background-color: #DA27A4; }
a { background-color: rgb(218,39,164); }
div.DivClassName
{
background-color: #DA27A4;
}
.BgClassName
{
background-color: #DA27A4;
}
</style>
border-color css
<style>
span { border-color: #DA27A4; }
span { border-color: rgb(218,39,164); }
td.TdClassName
{
border-color: #DA27A4;
}
.TagClassName
{
border-color: #DA27A4;
}
</style>