Shades of Deep Cerise #DA3286
Tints of Deep Cerise #DA3286
RGB
CMYK
RGB Variations
Color information
#DA3286 (or 0xDA3286) is known color: Deep Cerise. HEX triplet: DA, 32 and 86. RGB value is (218,50,134). Sum of RGB (Red+Green+Blue) = 218+50+134=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3286 is #25CD79. Grayscale: #6D6D6D. Windows color (decimal): -2477434 or 8794842. OLE color: 8794842.
HSL color Cylindrical-coordinate representation of color #DA3286: hue angle of 330º 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 #DA3286 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 134 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.15 |
| HSL | 330º | 0.69% | 0.53% | - |
| HSV(B) | 330º | 0.77% | 0.85% | - |
| XYZ | 34.36 | 18.91 | 24.39 | - |
| YUV | 109.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 134 | 0 | 0.77 | 0.39 | 0.15 | 330 | 0.69 | 0.53 |
| Hex | DA | 32 | 86 | 0 | 4D | 27 | F | 14A | 45 | 35 |
| Octal | 332 | 62 | 206 | 0 | 115 | 47 | 17 | 512 | 105 | 65 |
| Binary | 11011010 | 110010 | 10000110 | 0 | 1001101 | 100111 | 1111 | 101001010 | 1000101 | 110101 |
Color Harmonies of #DA3286
Complementary color
Monochromatic Colors of #DA3286
Black with #DA3286
Text Example
Text Example
White with #DA3286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3286; }
p { color: rgb(218,50,134); }
H1.HeaderClassName
{
color: #DA3286;
}
.AnyTagClassName
{
color: #DA3286;
}
</style>
background-color css
<style>
a { background-color: #DA3286; }
a { background-color: rgb(218,50,134); }
div.DivClassName
{
background-color: #DA3286;
}
.BgClassName
{
background-color: #DA3286;
}
</style>
border-color css
<style>
span { border-color: #DA3286; }
span { border-color: rgb(218,50,134); }
td.TdClassName
{
border-color: #DA3286;
}
.TagClassName
{
border-color: #DA3286;
}
</style>