Shades of Deep Cerise #DA329B
Tints of Deep Cerise #DA329B
RGB
CMYK
RGB Variations
Color information
#DA329B (or 0xDA329B) is known color: Deep Cerise. HEX triplet: DA, 32 and 9B. RGB value is (218,50,155). Sum of RGB (Red+Green+Blue) = 218+50+155=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA329B is #25CD64. Grayscale: #6F6F6F. Windows color (decimal): -2477413 or 10171098. OLE color: 10171098.
HSL color Cylindrical-coordinate representation of color #DA329B: hue angle of 322.5º 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 #DA329B is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 155 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.15 |
| HSL | 322.5º | 0.69% | 0.53% | - |
| HSV(B) | 322.5º | 0.77% | 0.85% | - |
| XYZ | 35.97 | 19.55 | 32.89 | - |
| YUV | 112.2 | 152.16 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 155 | 0 | 0.77 | 0.29 | 0.15 | 322.5 | 0.69 | 0.53 |
| Hex | DA | 32 | 9B | 0 | 4D | 1D | F | 142 | 45 | 35 |
| Octal | 332 | 62 | 233 | 0 | 115 | 35 | 17 | 502 | 105 | 65 |
| Binary | 11011010 | 110010 | 10011011 | 0 | 1001101 | 11101 | 1111 | 101000010 | 1000101 | 110101 |
Color Harmonies of #DA329B
Complementary color
Monochromatic Colors of #DA329B
Black with #DA329B
Text Example
Text Example
White with #DA329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA329B; }
p { color: rgb(218,50,155); }
H1.HeaderClassName
{
color: #DA329B;
}
.AnyTagClassName
{
color: #DA329B;
}
</style>
background-color css
<style>
a { background-color: #DA329B; }
a { background-color: rgb(218,50,155); }
div.DivClassName
{
background-color: #DA329B;
}
.BgClassName
{
background-color: #DA329B;
}
</style>
border-color css
<style>
span { border-color: #DA329B; }
span { border-color: rgb(218,50,155); }
td.TdClassName
{
border-color: #DA329B;
}
.TagClassName
{
border-color: #DA329B;
}
</style>