Shades of Deep Cerise #DA3F86
Tints of Deep Cerise #DA3F86
RGB
CMYK
RGB Variations
Color information
#DA3F86 (or 0xDA3F86) is known color: Deep Cerise. HEX triplet: DA, 3F and 86. RGB value is (218,63,134). Sum of RGB (Red+Green+Blue) = 218+63+134=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3F86 is #25C079. Grayscale: #757575. Windows color (decimal): -2474106 or 8798170. OLE color: 8798170.
HSL color Cylindrical-coordinate representation of color #DA3F86: hue angle of 332.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA3F86 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 134 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.15 |
| HSL | 332.52º | 0.68% | 0.55% | - |
| HSV(B) | 332.52º | 0.71% | 0.85% | - |
| XYZ | 34.99 | 20.18 | 24.61 | - |
| YUV | 117.44 | 137.35 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 134 | 0 | 0.71 | 0.39 | 0.15 | 332.52 | 0.68 | 0.55 |
| Hex | DA | 3F | 86 | 0 | 47 | 27 | F | 14D | 44 | 37 |
| Octal | 332 | 77 | 206 | 0 | 107 | 47 | 17 | 515 | 104 | 67 |
| Binary | 11011010 | 111111 | 10000110 | 0 | 1000111 | 100111 | 1111 | 101001101 | 1000100 | 110111 |
Color Harmonies of #DA3F86
Complementary color
Monochromatic Colors of #DA3F86
Black with #DA3F86
Text Example
Text Example
White with #DA3F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F86; }
p { color: rgb(218,63,134); }
H1.HeaderClassName
{
color: #DA3F86;
}
.AnyTagClassName
{
color: #DA3F86;
}
</style>
background-color css
<style>
a { background-color: #DA3F86; }
a { background-color: rgb(218,63,134); }
div.DivClassName
{
background-color: #DA3F86;
}
.BgClassName
{
background-color: #DA3F86;
}
</style>
border-color css
<style>
span { border-color: #DA3F86; }
span { border-color: rgb(218,63,134); }
td.TdClassName
{
border-color: #DA3F86;
}
.TagClassName
{
border-color: #DA3F86;
}
</style>