Shades of Deep Cerise #DA3685
Tints of Deep Cerise #DA3685
RGB
CMYK
RGB Variations
Color information
#DA3685 (or 0xDA3685) is known color: Deep Cerise. HEX triplet: DA, 36 and 85. RGB value is (218,54,133). Sum of RGB (Red+Green+Blue) = 218+54+133=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3685 is #25C97A. Grayscale: #6F6F6F. Windows color (decimal): -2476411 or 8730330. OLE color: 8730330.
HSL color Cylindrical-coordinate representation of color #DA3685: hue angle of 331.1º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA3685 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 133 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.15 |
| HSL | 331.1º | 0.69% | 0.53% | - |
| HSV(B) | 331.1º | 0.75% | 0.85% | - |
| XYZ | 34.47 | 19.24 | 24.09 | - |
| YUV | 112.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 133 | 0 | 0.75 | 0.39 | 0.15 | 331.1 | 0.69 | 0.53 |
| Hex | DA | 36 | 85 | 0 | 4B | 27 | F | 14B | 45 | 35 |
| Octal | 332 | 66 | 205 | 0 | 113 | 47 | 17 | 513 | 105 | 65 |
| Binary | 11011010 | 110110 | 10000101 | 0 | 1001011 | 100111 | 1111 | 101001011 | 1000101 | 110101 |
Color Harmonies of #DA3685
Complementary color
Monochromatic Colors of #DA3685
Black with #DA3685
Text Example
Text Example
White with #DA3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3685; }
p { color: rgb(218,54,133); }
H1.HeaderClassName
{
color: #DA3685;
}
.AnyTagClassName
{
color: #DA3685;
}
</style>
background-color css
<style>
a { background-color: #DA3685; }
a { background-color: rgb(218,54,133); }
div.DivClassName
{
background-color: #DA3685;
}
.BgClassName
{
background-color: #DA3685;
}
</style>
border-color css
<style>
span { border-color: #DA3685; }
span { border-color: rgb(218,54,133); }
td.TdClassName
{
border-color: #DA3685;
}
.TagClassName
{
border-color: #DA3685;
}
</style>