Shades of Deep Cerise #DA26A3
Tints of Deep Cerise #DA26A3
RGB
CMYK
RGB Variations
Color information
#DA26A3 (or 0xDA26A3) is known color: Deep Cerise. HEX triplet: DA, 26 and A3. RGB value is (218,38,163). Sum of RGB (Red+Green+Blue) = 218+38+163=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA26A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA26A3 is #25D95C. Grayscale: #696969. Windows color (decimal): -2480477 or 10692314. OLE color: 10692314.
HSL color Cylindrical-coordinate representation of color #DA26A3: hue angle of 318.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 #DA26A3 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 163 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.15 |
| HSL | 318.33º | 0.71% | 0.5% | - |
| HSV(B) | 318.33º | 0.83% | 0.85% | - |
| XYZ | 36.22 | 18.94 | 36.4 | - |
| YUV | 106.07 | 160.13 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 163 | 0 | 0.83 | 0.25 | 0.15 | 318.33 | 0.71 | 0.5 |
| Hex | DA | 26 | A3 | 0 | 53 | 19 | F | 13E | 47 | 32 |
| Octal | 332 | 46 | 243 | 0 | 123 | 31 | 17 | 476 | 107 | 62 |
| Binary | 11011010 | 100110 | 10100011 | 0 | 1010011 | 11001 | 1111 | 100111110 | 1000111 | 110010 |
Color Harmonies of #DA26A3
Complementary color
Monochromatic Colors of #DA26A3
Black with #DA26A3
Text Example
Text Example
White with #DA26A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26A3; }
p { color: rgb(218,38,163); }
H1.HeaderClassName
{
color: #DA26A3;
}
.AnyTagClassName
{
color: #DA26A3;
}
</style>
background-color css
<style>
a { background-color: #DA26A3; }
a { background-color: rgb(218,38,163); }
div.DivClassName
{
background-color: #DA26A3;
}
.BgClassName
{
background-color: #DA26A3;
}
</style>
border-color css
<style>
span { border-color: #DA26A3; }
span { border-color: rgb(218,38,163); }
td.TdClassName
{
border-color: #DA26A3;
}
.TagClassName
{
border-color: #DA26A3;
}
</style>