Shades of Deep Cerise #DA3085
Tints of Deep Cerise #DA3085
RGB
CMYK
RGB Variations
Color information
#DA3085 (or 0xDA3085) is known color: Deep Cerise. HEX triplet: DA, 30 and 85. RGB value is (218,48,133). Sum of RGB (Red+Green+Blue) = 218+48+133=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3085 is #25CF7A. Grayscale: #6C6C6C. Windows color (decimal): -2477947 or 8728794. OLE color: 8728794.
HSL color Cylindrical-coordinate representation of color #DA3085: hue angle of 330º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3085 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 133 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.15 |
| HSL | 330º | 0.7% | 0.52% | - |
| HSV(B) | 330º | 0.78% | 0.85% | - |
| XYZ | 34.2 | 18.71 | 24 | - |
| YUV | 108.52 | 141.82 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 133 | 0 | 0.78 | 0.39 | 0.15 | 330 | 0.7 | 0.52 |
| Hex | DA | 30 | 85 | 0 | 4E | 27 | F | 14A | 46 | 34 |
| Octal | 332 | 60 | 205 | 0 | 116 | 47 | 17 | 512 | 106 | 64 |
| Binary | 11011010 | 110000 | 10000101 | 0 | 1001110 | 100111 | 1111 | 101001010 | 1000110 | 110100 |
Color Harmonies of #DA3085
Complementary color
Monochromatic Colors of #DA3085
Black with #DA3085
Text Example
Text Example
White with #DA3085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3085; }
p { color: rgb(218,48,133); }
H1.HeaderClassName
{
color: #DA3085;
}
.AnyTagClassName
{
color: #DA3085;
}
</style>
background-color css
<style>
a { background-color: #DA3085; }
a { background-color: rgb(218,48,133); }
div.DivClassName
{
background-color: #DA3085;
}
.BgClassName
{
background-color: #DA3085;
}
</style>
border-color css
<style>
span { border-color: #DA3085; }
span { border-color: rgb(218,48,133); }
td.TdClassName
{
border-color: #DA3085;
}
.TagClassName
{
border-color: #DA3085;
}
</style>