Shades of Deep Cerise #DA3BAC
Tints of Deep Cerise #DA3BAC
RGB
CMYK
RGB Variations
Color information
#DA3BAC (or 0xDA3BAC) is known color: Deep Cerise. HEX triplet: DA, 3B and AC. RGB value is (218,59,172). Sum of RGB (Red+Green+Blue) = 218+59+172=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3BAC is #25C453. Grayscale: #777777. Windows color (decimal): -2475092 or 11287514. OLE color: 11287514.
HSL color Cylindrical-coordinate representation of color #DA3BAC: hue angle of 317.36º 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 #DA3BAC is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 59 | 172 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.15 |
| HSL | 317.36º | 0.68% | 0.54% | - |
| HSV(B) | 317.36º | 0.73% | 0.85% | - |
| XYZ | 37.92 | 21.01 | 41.09 | - |
| YUV | 119.42 | 157.68 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 59 | 172 | 0 | 0.73 | 0.21 | 0.15 | 317.36 | 0.68 | 0.54 |
| Hex | DA | 3B | AC | 0 | 49 | 15 | F | 13D | 44 | 36 |
| Octal | 332 | 73 | 254 | 0 | 111 | 25 | 17 | 475 | 104 | 66 |
| Binary | 11011010 | 111011 | 10101100 | 0 | 1001001 | 10101 | 1111 | 100111101 | 1000100 | 110110 |
Color Harmonies of #DA3BAC
Complementary color
Monochromatic Colors of #DA3BAC
Black with #DA3BAC
Text Example
Text Example
White with #DA3BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3BAC; }
p { color: rgb(218,59,172); }
H1.HeaderClassName
{
color: #DA3BAC;
}
.AnyTagClassName
{
color: #DA3BAC;
}
</style>
background-color css
<style>
a { background-color: #DA3BAC; }
a { background-color: rgb(218,59,172); }
div.DivClassName
{
background-color: #DA3BAC;
}
.BgClassName
{
background-color: #DA3BAC;
}
</style>
border-color css
<style>
span { border-color: #DA3BAC; }
span { border-color: rgb(218,59,172); }
td.TdClassName
{
border-color: #DA3BAC;
}
.TagClassName
{
border-color: #DA3BAC;
}
</style>