Shades of Deep Cerise #DA2685
Tints of Deep Cerise #DA2685
RGB
CMYK
RGB Variations
Color information
#DA2685 (or 0xDA2685) is known color: Deep Cerise. HEX triplet: DA, 26 and 85. RGB value is (218,38,133). Sum of RGB (Red+Green+Blue) = 218+38+133=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2685 is #25D97A. Grayscale: #666666. Windows color (decimal): -2480507 or 8726234. OLE color: 8726234.
HSL color Cylindrical-coordinate representation of color #DA2685: hue angle of 328.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2685 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 133 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.15 |
| HSL | 328.33º | 0.71% | 0.5% | - |
| HSV(B) | 328.33º | 0.83% | 0.85% | - |
| XYZ | 33.84 | 17.99 | 23.88 | - |
| YUV | 102.65 | 145.13 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 133 | 0 | 0.83 | 0.39 | 0.15 | 328.33 | 0.71 | 0.5 |
| Hex | DA | 26 | 85 | 0 | 53 | 27 | F | 148 | 47 | 32 |
| Octal | 332 | 46 | 205 | 0 | 123 | 47 | 17 | 510 | 107 | 62 |
| Binary | 11011010 | 100110 | 10000101 | 0 | 1010011 | 100111 | 1111 | 101001000 | 1000111 | 110010 |
Color Harmonies of #DA2685
Complementary color
Monochromatic Colors of #DA2685
Black with #DA2685
Text Example
Text Example
White with #DA2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2685; }
p { color: rgb(218,38,133); }
H1.HeaderClassName
{
color: #DA2685;
}
.AnyTagClassName
{
color: #DA2685;
}
</style>
background-color css
<style>
a { background-color: #DA2685; }
a { background-color: rgb(218,38,133); }
div.DivClassName
{
background-color: #DA2685;
}
.BgClassName
{
background-color: #DA2685;
}
</style>
border-color css
<style>
span { border-color: #DA2685; }
span { border-color: rgb(218,38,133); }
td.TdClassName
{
border-color: #DA2685;
}
.TagClassName
{
border-color: #DA2685;
}
</style>