Shades of Deep Cerise #DA3290
Tints of Deep Cerise #DA3290
RGB
CMYK
RGB Variations
Color information
#DA3290 (or 0xDA3290) is known color: Deep Cerise. HEX triplet: DA, 32 and 90. RGB value is (218,50,144). Sum of RGB (Red+Green+Blue) = 218+50+144=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3290 is #25CD6F. Grayscale: #6E6E6E. Windows color (decimal): -2477424 or 9450202. OLE color: 9450202.
HSL color Cylindrical-coordinate representation of color #DA3290: hue angle of 326.43º 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 #DA3290 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 144 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.15 |
| HSL | 326.43º | 0.69% | 0.53% | - |
| HSV(B) | 326.43º | 0.77% | 0.85% | - |
| XYZ | 35.09 | 19.2 | 28.24 | - |
| YUV | 110.95 | 146.66 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 144 | 0 | 0.77 | 0.34 | 0.15 | 326.43 | 0.69 | 0.53 |
| Hex | DA | 32 | 90 | 0 | 4D | 22 | F | 146 | 45 | 35 |
| Octal | 332 | 62 | 220 | 0 | 115 | 42 | 17 | 506 | 105 | 65 |
| Binary | 11011010 | 110010 | 10010000 | 0 | 1001101 | 100010 | 1111 | 101000110 | 1000101 | 110101 |
Color Harmonies of #DA3290
Complementary color
Monochromatic Colors of #DA3290
Black with #DA3290
Text Example
Text Example
White with #DA3290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3290; }
p { color: rgb(218,50,144); }
H1.HeaderClassName
{
color: #DA3290;
}
.AnyTagClassName
{
color: #DA3290;
}
</style>
background-color css
<style>
a { background-color: #DA3290; }
a { background-color: rgb(218,50,144); }
div.DivClassName
{
background-color: #DA3290;
}
.BgClassName
{
background-color: #DA3290;
}
</style>
border-color css
<style>
span { border-color: #DA3290; }
span { border-color: rgb(218,50,144); }
td.TdClassName
{
border-color: #DA3290;
}
.TagClassName
{
border-color: #DA3290;
}
</style>