Shades of Deep Cerise #DA26A0
Tints of Deep Cerise #DA26A0
RGB
CMYK
RGB Variations
Color information
#DA26A0 (or 0xDA26A0) is known color: Deep Cerise. HEX triplet: DA, 26 and A0. RGB value is (218,38,160). Sum of RGB (Red+Green+Blue) = 218+38+160=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA26A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA26A0 is #25D95F. Grayscale: #696969. Windows color (decimal): -2480480 or 10495706. OLE color: 10495706.
HSL color Cylindrical-coordinate representation of color #DA26A0: hue angle of 319.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA26A0 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 160 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.15 |
| HSL | 319.33º | 0.71% | 0.5% | - |
| HSV(B) | 319.33º | 0.83% | 0.85% | - |
| XYZ | 35.95 | 18.83 | 35 | - |
| YUV | 105.73 | 158.63 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 160 | 0 | 0.83 | 0.27 | 0.15 | 319.33 | 0.71 | 0.5 |
| Hex | DA | 26 | A0 | 0 | 53 | 1B | F | 13F | 47 | 32 |
| Octal | 332 | 46 | 240 | 0 | 123 | 33 | 17 | 477 | 107 | 62 |
| Binary | 11011010 | 100110 | 10100000 | 0 | 1010011 | 11011 | 1111 | 100111111 | 1000111 | 110010 |
Color Harmonies of #DA26A0
Complementary color
Monochromatic Colors of #DA26A0
Black with #DA26A0
Text Example
Text Example
White with #DA26A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26A0; }
p { color: rgb(218,38,160); }
H1.HeaderClassName
{
color: #DA26A0;
}
.AnyTagClassName
{
color: #DA26A0;
}
</style>
background-color css
<style>
a { background-color: #DA26A0; }
a { background-color: rgb(218,38,160); }
div.DivClassName
{
background-color: #DA26A0;
}
.BgClassName
{
background-color: #DA26A0;
}
</style>
border-color css
<style>
span { border-color: #DA26A0; }
span { border-color: rgb(218,38,160); }
td.TdClassName
{
border-color: #DA26A0;
}
.TagClassName
{
border-color: #DA26A0;
}
</style>