Shades of Deep Cerise #DA328C
Tints of Deep Cerise #DA328C
RGB
CMYK
RGB Variations
Color information
#DA328C (or 0xDA328C) is known color: Deep Cerise. HEX triplet: DA, 32 and 8C. RGB value is (218,50,140). Sum of RGB (Red+Green+Blue) = 218+50+140=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA328C is #25CD73. Grayscale: #6E6E6E. Windows color (decimal): -2477428 or 9188058. OLE color: 9188058.
HSL color Cylindrical-coordinate representation of color #DA328C: hue angle of 327.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA328C is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 140 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.15 |
| HSL | 327.86º | 0.69% | 0.53% | - |
| HSV(B) | 327.86º | 0.77% | 0.85% | - |
| XYZ | 34.79 | 19.08 | 26.66 | - |
| YUV | 110.49 | 144.66 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 140 | 0 | 0.77 | 0.36 | 0.15 | 327.86 | 0.69 | 0.53 |
| Hex | DA | 32 | 8C | 0 | 4D | 24 | F | 148 | 45 | 35 |
| Octal | 332 | 62 | 214 | 0 | 115 | 44 | 17 | 510 | 105 | 65 |
| Binary | 11011010 | 110010 | 10001100 | 0 | 1001101 | 100100 | 1111 | 101001000 | 1000101 | 110101 |
Color Harmonies of #DA328C
Complementary color
Monochromatic Colors of #DA328C
Black with #DA328C
Text Example
Text Example
White with #DA328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA328C; }
p { color: rgb(218,50,140); }
H1.HeaderClassName
{
color: #DA328C;
}
.AnyTagClassName
{
color: #DA328C;
}
</style>
background-color css
<style>
a { background-color: #DA328C; }
a { background-color: rgb(218,50,140); }
div.DivClassName
{
background-color: #DA328C;
}
.BgClassName
{
background-color: #DA328C;
}
</style>
border-color css
<style>
span { border-color: #DA328C; }
span { border-color: rgb(218,50,140); }
td.TdClassName
{
border-color: #DA328C;
}
.TagClassName
{
border-color: #DA328C;
}
</style>