Shades of Deep Cerise #DA3DAC
Tints of Deep Cerise #DA3DAC
RGB
CMYK
RGB Variations
Color information
#DA3DAC (or 0xDA3DAC) is known color: Deep Cerise. HEX triplet: DA, 3D and AC. RGB value is (218,61,172). Sum of RGB (Red+Green+Blue) = 218+61+172=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3DAC is #25C253. Grayscale: #787878. Windows color (decimal): -2474580 or 11288026. OLE color: 11288026.
HSL color Cylindrical-coordinate representation of color #DA3DAC: hue angle of 317.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3DAC is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 61 | 172 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.15 |
| HSL | 317.58º | 0.68% | 0.55% | - |
| HSV(B) | 317.58º | 0.72% | 0.85% | - |
| XYZ | 38.03 | 21.22 | 41.12 | - |
| YUV | 120.6 | 157.01 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 61 | 172 | 0 | 0.72 | 0.21 | 0.15 | 317.58 | 0.68 | 0.55 |
| Hex | DA | 3D | AC | 0 | 48 | 15 | F | 13E | 44 | 37 |
| Octal | 332 | 75 | 254 | 0 | 110 | 25 | 17 | 476 | 104 | 67 |
| Binary | 11011010 | 111101 | 10101100 | 0 | 1001000 | 10101 | 1111 | 100111110 | 1000100 | 110111 |
Color Harmonies of #DA3DAC
Complementary color
Monochromatic Colors of #DA3DAC
Black with #DA3DAC
Text Example
Text Example
White with #DA3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3DAC; }
p { color: rgb(218,61,172); }
H1.HeaderClassName
{
color: #DA3DAC;
}
.AnyTagClassName
{
color: #DA3DAC;
}
</style>
background-color css
<style>
a { background-color: #DA3DAC; }
a { background-color: rgb(218,61,172); }
div.DivClassName
{
background-color: #DA3DAC;
}
.BgClassName
{
background-color: #DA3DAC;
}
</style>
border-color css
<style>
span { border-color: #DA3DAC; }
span { border-color: rgb(218,61,172); }
td.TdClassName
{
border-color: #DA3DAC;
}
.TagClassName
{
border-color: #DA3DAC;
}
</style>