Shades of Deep Cerise #DA3386
Tints of Deep Cerise #DA3386
RGB
CMYK
RGB Variations
Color information
#DA3386 (or 0xDA3386) is known color: Deep Cerise. HEX triplet: DA, 33 and 86. RGB value is (218,51,134). Sum of RGB (Red+Green+Blue) = 218+51+134=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3386 is #25CC79. Grayscale: #6E6E6E. Windows color (decimal): -2477178 or 8795098. OLE color: 8795098.
HSL color Cylindrical-coordinate representation of color #DA3386: hue angle of 330.18º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3386 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 134 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.15 |
| HSL | 330.18º | 0.69% | 0.53% | - |
| HSV(B) | 330.18º | 0.77% | 0.85% | - |
| XYZ | 34.4 | 18.99 | 24.41 | - |
| YUV | 110.4 | 141.33 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 134 | 0 | 0.77 | 0.39 | 0.15 | 330.18 | 0.69 | 0.53 |
| Hex | DA | 33 | 86 | 0 | 4D | 27 | F | 14A | 45 | 35 |
| Octal | 332 | 63 | 206 | 0 | 115 | 47 | 17 | 512 | 105 | 65 |
| Binary | 11011010 | 110011 | 10000110 | 0 | 1001101 | 100111 | 1111 | 101001010 | 1000101 | 110101 |
Color Harmonies of #DA3386
Complementary color
Monochromatic Colors of #DA3386
Black with #DA3386
Text Example
Text Example
White with #DA3386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3386; }
p { color: rgb(218,51,134); }
H1.HeaderClassName
{
color: #DA3386;
}
.AnyTagClassName
{
color: #DA3386;
}
</style>
background-color css
<style>
a { background-color: #DA3386; }
a { background-color: rgb(218,51,134); }
div.DivClassName
{
background-color: #DA3386;
}
.BgClassName
{
background-color: #DA3386;
}
</style>
border-color css
<style>
span { border-color: #DA3386; }
span { border-color: rgb(218,51,134); }
td.TdClassName
{
border-color: #DA3386;
}
.TagClassName
{
border-color: #DA3386;
}
</style>