Shades of Deep Cerise #DA27A6
Tints of Deep Cerise #DA27A6
RGB
CMYK
RGB Variations
Color information
#DA27A6 (or 0xDA27A6) is known color: Deep Cerise. HEX triplet: DA, 27 and A6. RGB value is (218,39,166). Sum of RGB (Red+Green+Blue) = 218+39+166=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA27A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA27A6 is #25D859. Grayscale: #6A6A6A. Windows color (decimal): -2480218 or 10889178. OLE color: 10889178.
HSL color Cylindrical-coordinate representation of color #DA27A6: hue angle of 317.43º 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 #DA27A6 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 166 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.15 |
| HSL | 317.43º | 0.71% | 0.5% | - |
| HSV(B) | 317.43º | 0.82% | 0.85% | - |
| XYZ | 36.52 | 19.11 | 37.84 | - |
| YUV | 107 | 161.3 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 166 | 0 | 0.82 | 0.24 | 0.15 | 317.43 | 0.71 | 0.5 |
| Hex | DA | 27 | A6 | 0 | 52 | 18 | F | 13D | 47 | 32 |
| Octal | 332 | 47 | 246 | 0 | 122 | 30 | 17 | 475 | 107 | 62 |
| Binary | 11011010 | 100111 | 10100110 | 0 | 1010010 | 11000 | 1111 | 100111101 | 1000111 | 110010 |
Color Harmonies of #DA27A6
Complementary color
Monochromatic Colors of #DA27A6
Black with #DA27A6
Text Example
Text Example
White with #DA27A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27A6; }
p { color: rgb(218,39,166); }
H1.HeaderClassName
{
color: #DA27A6;
}
.AnyTagClassName
{
color: #DA27A6;
}
</style>
background-color css
<style>
a { background-color: #DA27A6; }
a { background-color: rgb(218,39,166); }
div.DivClassName
{
background-color: #DA27A6;
}
.BgClassName
{
background-color: #DA27A6;
}
</style>
border-color css
<style>
span { border-color: #DA27A6; }
span { border-color: rgb(218,39,166); }
td.TdClassName
{
border-color: #DA27A6;
}
.TagClassName
{
border-color: #DA27A6;
}
</style>