Shades of Deep Cerise #DA3A8C
Tints of Deep Cerise #DA3A8C
RGB
CMYK
RGB Variations
Color information
#DA3A8C (or 0xDA3A8C) is known color: Deep Cerise. HEX triplet: DA, 3A and 8C. RGB value is (218,58,140). Sum of RGB (Red+Green+Blue) = 218+58+140=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3A8C is #25C573. Grayscale: #737373. Windows color (decimal): -2475380 or 9190106. OLE color: 9190106.
HSL color Cylindrical-coordinate representation of color #DA3A8C: hue angle of 329.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3A8C is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 140 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.15 |
| HSL | 329.25º | 0.68% | 0.54% | - |
| HSV(B) | 329.25º | 0.73% | 0.85% | - |
| XYZ | 35.16 | 19.82 | 26.78 | - |
| YUV | 115.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 140 | 0 | 0.73 | 0.36 | 0.15 | 329.25 | 0.68 | 0.54 |
| Hex | DA | 3A | 8C | 0 | 49 | 24 | F | 149 | 44 | 36 |
| Octal | 332 | 72 | 214 | 0 | 111 | 44 | 17 | 511 | 104 | 66 |
| Binary | 11011010 | 111010 | 10001100 | 0 | 1001001 | 100100 | 1111 | 101001001 | 1000100 | 110110 |
Color Harmonies of #DA3A8C
Complementary color
Monochromatic Colors of #DA3A8C
Black with #DA3A8C
Text Example
Text Example
White with #DA3A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A8C; }
p { color: rgb(218,58,140); }
H1.HeaderClassName
{
color: #DA3A8C;
}
.AnyTagClassName
{
color: #DA3A8C;
}
</style>
background-color css
<style>
a { background-color: #DA3A8C; }
a { background-color: rgb(218,58,140); }
div.DivClassName
{
background-color: #DA3A8C;
}
.BgClassName
{
background-color: #DA3A8C;
}
</style>
border-color css
<style>
span { border-color: #DA3A8C; }
span { border-color: rgb(218,58,140); }
td.TdClassName
{
border-color: #DA3A8C;
}
.TagClassName
{
border-color: #DA3A8C;
}
</style>