Shades of Deep Cerise #DA3CAC
Tints of Deep Cerise #DA3CAC
RGB
CMYK
RGB Variations
Color information
#DA3CAC (or 0xDA3CAC) is known color: Deep Cerise. HEX triplet: DA, 3C and AC. RGB value is (218,60,172). Sum of RGB (Red+Green+Blue) = 218+60+172=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3CAC is #25C353. Grayscale: #777777. Windows color (decimal): -2474836 or 11287770. OLE color: 11287770.
HSL color Cylindrical-coordinate representation of color #DA3CAC: hue angle of 317.47º 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 #DA3CAC is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 172 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.15 |
| HSL | 317.47º | 0.68% | 0.55% | - |
| HSV(B) | 317.47º | 0.72% | 0.85% | - |
| XYZ | 37.98 | 21.12 | 41.1 | - |
| YUV | 120.01 | 157.35 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 172 | 0 | 0.72 | 0.21 | 0.15 | 317.47 | 0.68 | 0.55 |
| Hex | DA | 3C | AC | 0 | 48 | 15 | F | 13D | 44 | 37 |
| Octal | 332 | 74 | 254 | 0 | 110 | 25 | 17 | 475 | 104 | 67 |
| Binary | 11011010 | 111100 | 10101100 | 0 | 1001000 | 10101 | 1111 | 100111101 | 1000100 | 110111 |
Color Harmonies of #DA3CAC
Complementary color
Monochromatic Colors of #DA3CAC
Black with #DA3CAC
Text Example
Text Example
White with #DA3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3CAC; }
p { color: rgb(218,60,172); }
H1.HeaderClassName
{
color: #DA3CAC;
}
.AnyTagClassName
{
color: #DA3CAC;
}
</style>
background-color css
<style>
a { background-color: #DA3CAC; }
a { background-color: rgb(218,60,172); }
div.DivClassName
{
background-color: #DA3CAC;
}
.BgClassName
{
background-color: #DA3CAC;
}
</style>
border-color css
<style>
span { border-color: #DA3CAC; }
span { border-color: rgb(218,60,172); }
td.TdClassName
{
border-color: #DA3CAC;
}
.TagClassName
{
border-color: #DA3CAC;
}
</style>