Shades of Deep Cerise #DA358D
Tints of Deep Cerise #DA358D
RGB
CMYK
RGB Variations
Color information
#DA358D (or 0xDA358D) is known color: Deep Cerise. HEX triplet: DA, 35 and 8D. RGB value is (218,53,141). Sum of RGB (Red+Green+Blue) = 218+53+141=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA358D is #25CA72. Grayscale: #707070. Windows color (decimal): -2476659 or 9254362. OLE color: 9254362.
HSL color Cylindrical-coordinate representation of color #DA358D: hue angle of 328º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA358D is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 141 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.15 |
| HSL | 328º | 0.69% | 0.53% | - |
| HSV(B) | 328º | 0.76% | 0.85% | - |
| XYZ | 34.99 | 19.37 | 27.09 | - |
| YUV | 112.37 | 144.16 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 141 | 0 | 0.76 | 0.35 | 0.15 | 328 | 0.69 | 0.53 |
| Hex | DA | 35 | 8D | 0 | 4C | 23 | F | 148 | 45 | 35 |
| Octal | 332 | 65 | 215 | 0 | 114 | 43 | 17 | 510 | 105 | 65 |
| Binary | 11011010 | 110101 | 10001101 | 0 | 1001100 | 100011 | 1111 | 101001000 | 1000101 | 110101 |
Color Harmonies of #DA358D
Complementary color
Monochromatic Colors of #DA358D
Black with #DA358D
Text Example
Text Example
White with #DA358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA358D; }
p { color: rgb(218,53,141); }
H1.HeaderClassName
{
color: #DA358D;
}
.AnyTagClassName
{
color: #DA358D;
}
</style>
background-color css
<style>
a { background-color: #DA358D; }
a { background-color: rgb(218,53,141); }
div.DivClassName
{
background-color: #DA358D;
}
.BgClassName
{
background-color: #DA358D;
}
</style>
border-color css
<style>
span { border-color: #DA358D; }
span { border-color: rgb(218,53,141); }
td.TdClassName
{
border-color: #DA358D;
}
.TagClassName
{
border-color: #DA358D;
}
</style>