Shades of Deep Cerise #DA3AAC
Tints of Deep Cerise #DA3AAC
RGB
CMYK
RGB Variations
Color information
#DA3AAC (or 0xDA3AAC) is known color: Deep Cerise. HEX triplet: DA, 3A and AC. RGB value is (218,58,172). Sum of RGB (Red+Green+Blue) = 218+58+172=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3AAC is #25C553. Grayscale: #767676. Windows color (decimal): -2475348 or 11287258. OLE color: 11287258.
HSL color Cylindrical-coordinate representation of color #DA3AAC: hue angle of 317.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3AAC is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 172 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.15 |
| HSL | 317.25º | 0.68% | 0.54% | - |
| HSV(B) | 317.25º | 0.73% | 0.85% | - |
| XYZ | 37.87 | 20.91 | 41.07 | - |
| YUV | 118.84 | 158.01 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 172 | 0 | 0.73 | 0.21 | 0.15 | 317.25 | 0.68 | 0.54 |
| Hex | DA | 3A | AC | 0 | 49 | 15 | F | 13D | 44 | 36 |
| Octal | 332 | 72 | 254 | 0 | 111 | 25 | 17 | 475 | 104 | 66 |
| Binary | 11011010 | 111010 | 10101100 | 0 | 1001001 | 10101 | 1111 | 100111101 | 1000100 | 110110 |
Color Harmonies of #DA3AAC
Complementary color
Monochromatic Colors of #DA3AAC
Black with #DA3AAC
Text Example
Text Example
White with #DA3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3AAC; }
p { color: rgb(218,58,172); }
H1.HeaderClassName
{
color: #DA3AAC;
}
.AnyTagClassName
{
color: #DA3AAC;
}
</style>
background-color css
<style>
a { background-color: #DA3AAC; }
a { background-color: rgb(218,58,172); }
div.DivClassName
{
background-color: #DA3AAC;
}
.BgClassName
{
background-color: #DA3AAC;
}
</style>
border-color css
<style>
span { border-color: #DA3AAC; }
span { border-color: rgb(218,58,172); }
td.TdClassName
{
border-color: #DA3AAC;
}
.TagClassName
{
border-color: #DA3AAC;
}
</style>