Shades of Deep Cerise #DA329F
Tints of Deep Cerise #DA329F
RGB
CMYK
RGB Variations
Color information
#DA329F (or 0xDA329F) is known color: Deep Cerise. HEX triplet: DA, 32 and 9F. RGB value is (218,50,159). Sum of RGB (Red+Green+Blue) = 218+50+159=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA329F is #25CD60. Grayscale: #707070. Windows color (decimal): -2477409 or 10433242. OLE color: 10433242.
HSL color Cylindrical-coordinate representation of color #DA329F: hue angle of 321.07º 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 #DA329F is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 159 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.15 |
| HSL | 321.07º | 0.69% | 0.53% | - |
| HSV(B) | 321.07º | 0.77% | 0.85% | - |
| XYZ | 36.31 | 19.69 | 34.69 | - |
| YUV | 112.66 | 154.16 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 159 | 0 | 0.77 | 0.27 | 0.15 | 321.07 | 0.69 | 0.53 |
| Hex | DA | 32 | 9F | 0 | 4D | 1B | F | 141 | 45 | 35 |
| Octal | 332 | 62 | 237 | 0 | 115 | 33 | 17 | 501 | 105 | 65 |
| Binary | 11011010 | 110010 | 10011111 | 0 | 1001101 | 11011 | 1111 | 101000001 | 1000101 | 110101 |
Color Harmonies of #DA329F
Complementary color
Monochromatic Colors of #DA329F
Black with #DA329F
Text Example
Text Example
White with #DA329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA329F; }
p { color: rgb(218,50,159); }
H1.HeaderClassName
{
color: #DA329F;
}
.AnyTagClassName
{
color: #DA329F;
}
</style>
background-color css
<style>
a { background-color: #DA329F; }
a { background-color: rgb(218,50,159); }
div.DivClassName
{
background-color: #DA329F;
}
.BgClassName
{
background-color: #DA329F;
}
</style>
border-color css
<style>
span { border-color: #DA329F; }
span { border-color: rgb(218,50,159); }
td.TdClassName
{
border-color: #DA329F;
}
.TagClassName
{
border-color: #DA329F;
}
</style>