Shades of Deep Cerise #DA358A
Tints of Deep Cerise #DA358A
RGB
CMYK
RGB Variations
Color information
#DA358A (or 0xDA358A) is known color: Deep Cerise. HEX triplet: DA, 35 and 8A. RGB value is (218,53,138). Sum of RGB (Red+Green+Blue) = 218+53+138=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA358A is #25CA75. Grayscale: #6F6F6F. Windows color (decimal): -2476662 or 9057754. OLE color: 9057754.
HSL color Cylindrical-coordinate representation of color #DA358A: hue angle of 329.09º 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 #DA358A is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 138 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.15 |
| HSL | 329.09º | 0.69% | 0.53% | - |
| HSV(B) | 329.09º | 0.76% | 0.85% | - |
| XYZ | 34.77 | 19.29 | 25.93 | - |
| YUV | 112.03 | 142.66 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 138 | 0 | 0.76 | 0.37 | 0.15 | 329.09 | 0.69 | 0.53 |
| Hex | DA | 35 | 8A | 0 | 4C | 25 | F | 149 | 45 | 35 |
| Octal | 332 | 65 | 212 | 0 | 114 | 45 | 17 | 511 | 105 | 65 |
| Binary | 11011010 | 110101 | 10001010 | 0 | 1001100 | 100101 | 1111 | 101001001 | 1000101 | 110101 |
Color Harmonies of #DA358A
Complementary color
Monochromatic Colors of #DA358A
Black with #DA358A
Text Example
Text Example
White with #DA358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA358A; }
p { color: rgb(218,53,138); }
H1.HeaderClassName
{
color: #DA358A;
}
.AnyTagClassName
{
color: #DA358A;
}
</style>
background-color css
<style>
a { background-color: #DA358A; }
a { background-color: rgb(218,53,138); }
div.DivClassName
{
background-color: #DA358A;
}
.BgClassName
{
background-color: #DA358A;
}
</style>
border-color css
<style>
span { border-color: #DA358A; }
span { border-color: rgb(218,53,138); }
td.TdClassName
{
border-color: #DA358A;
}
.TagClassName
{
border-color: #DA358A;
}
</style>