Shades of Deep Cerise #DA3C86
Tints of Deep Cerise #DA3C86
RGB
CMYK
RGB Variations
Color information
#DA3C86 (or 0xDA3C86) is known color: Deep Cerise. HEX triplet: DA, 3C and 86. RGB value is (218,60,134). Sum of RGB (Red+Green+Blue) = 218+60+134=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3C86 is #25C379. Grayscale: #737373. Windows color (decimal): -2474874 or 8797402. OLE color: 8797402.
HSL color Cylindrical-coordinate representation of color #DA3C86: hue angle of 331.9º 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 #DA3C86 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 134 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.15 |
| HSL | 331.9º | 0.68% | 0.55% | - |
| HSV(B) | 331.9º | 0.72% | 0.85% | - |
| XYZ | 34.83 | 19.86 | 24.55 | - |
| YUV | 115.68 | 138.35 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 134 | 0 | 0.72 | 0.39 | 0.15 | 331.9 | 0.68 | 0.55 |
| Hex | DA | 3C | 86 | 0 | 48 | 27 | F | 14C | 44 | 37 |
| Octal | 332 | 74 | 206 | 0 | 110 | 47 | 17 | 514 | 104 | 67 |
| Binary | 11011010 | 111100 | 10000110 | 0 | 1001000 | 100111 | 1111 | 101001100 | 1000100 | 110111 |
Color Harmonies of #DA3C86
Complementary color
Monochromatic Colors of #DA3C86
Black with #DA3C86
Text Example
Text Example
White with #DA3C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C86; }
p { color: rgb(218,60,134); }
H1.HeaderClassName
{
color: #DA3C86;
}
.AnyTagClassName
{
color: #DA3C86;
}
</style>
background-color css
<style>
a { background-color: #DA3C86; }
a { background-color: rgb(218,60,134); }
div.DivClassName
{
background-color: #DA3C86;
}
.BgClassName
{
background-color: #DA3C86;
}
</style>
border-color css
<style>
span { border-color: #DA3C86; }
span { border-color: rgb(218,60,134); }
td.TdClassName
{
border-color: #DA3C86;
}
.TagClassName
{
border-color: #DA3C86;
}
</style>