Shades of Deep Cerise #DA32A1
Tints of Deep Cerise #DA32A1
RGB
CMYK
RGB Variations
Color information
#DA32A1 (or 0xDA32A1) is known color: Deep Cerise. HEX triplet: DA, 32 and A1. RGB value is (218,50,161). Sum of RGB (Red+Green+Blue) = 218+50+161=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA32A1 is #25CD5E. Grayscale: #707070. Windows color (decimal): -2477407 or 10564314. OLE color: 10564314.
HSL color Cylindrical-coordinate representation of color #DA32A1: hue angle of 320.36º 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 #DA32A1 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 161 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.15 |
| HSL | 320.36º | 0.69% | 0.53% | - |
| HSV(B) | 320.36º | 0.77% | 0.85% | - |
| XYZ | 36.49 | 19.76 | 35.61 | - |
| YUV | 112.89 | 155.16 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 161 | 0 | 0.77 | 0.26 | 0.15 | 320.36 | 0.69 | 0.53 |
| Hex | DA | 32 | A1 | 0 | 4D | 1A | F | 140 | 45 | 35 |
| Octal | 332 | 62 | 241 | 0 | 115 | 32 | 17 | 500 | 105 | 65 |
| Binary | 11011010 | 110010 | 10100001 | 0 | 1001101 | 11010 | 1111 | 101000000 | 1000101 | 110101 |
Color Harmonies of #DA32A1
Complementary color
Monochromatic Colors of #DA32A1
Black with #DA32A1
Text Example
Text Example
White with #DA32A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32A1; }
p { color: rgb(218,50,161); }
H1.HeaderClassName
{
color: #DA32A1;
}
.AnyTagClassName
{
color: #DA32A1;
}
</style>
background-color css
<style>
a { background-color: #DA32A1; }
a { background-color: rgb(218,50,161); }
div.DivClassName
{
background-color: #DA32A1;
}
.BgClassName
{
background-color: #DA32A1;
}
</style>
border-color css
<style>
span { border-color: #DA32A1; }
span { border-color: rgb(218,50,161); }
td.TdClassName
{
border-color: #DA32A1;
}
.TagClassName
{
border-color: #DA32A1;
}
</style>