Shades of Deep Cerise #DA30A1
Tints of Deep Cerise #DA30A1
RGB
CMYK
RGB Variations
Color information
#DA30A1 (or 0xDA30A1) is known color: Deep Cerise. HEX triplet: DA, 30 and A1. RGB value is (218,48,161). Sum of RGB (Red+Green+Blue) = 218+48+161=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA30A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA30A1 is #25CF5E. Grayscale: #6F6F6F. Windows color (decimal): -2477919 or 10563802. OLE color: 10563802.
HSL color Cylindrical-coordinate representation of color #DA30A1: hue angle of 320.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA30A1 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 161 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.15 |
| HSL | 320.12º | 0.7% | 0.52% | - |
| HSV(B) | 320.12º | 0.78% | 0.85% | - |
| XYZ | 36.4 | 19.59 | 35.58 | - |
| YUV | 111.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 161 | 0 | 0.78 | 0.26 | 0.15 | 320.12 | 0.7 | 0.52 |
| Hex | DA | 30 | A1 | 0 | 4E | 1A | F | 140 | 46 | 34 |
| Octal | 332 | 60 | 241 | 0 | 116 | 32 | 17 | 500 | 106 | 64 |
| Binary | 11011010 | 110000 | 10100001 | 0 | 1001110 | 11010 | 1111 | 101000000 | 1000110 | 110100 |
Color Harmonies of #DA30A1
Complementary color
Monochromatic Colors of #DA30A1
Black with #DA30A1
Text Example
Text Example
White with #DA30A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA30A1; }
p { color: rgb(218,48,161); }
H1.HeaderClassName
{
color: #DA30A1;
}
.AnyTagClassName
{
color: #DA30A1;
}
</style>
background-color css
<style>
a { background-color: #DA30A1; }
a { background-color: rgb(218,48,161); }
div.DivClassName
{
background-color: #DA30A1;
}
.BgClassName
{
background-color: #DA30A1;
}
</style>
border-color css
<style>
span { border-color: #DA30A1; }
span { border-color: rgb(218,48,161); }
td.TdClassName
{
border-color: #DA30A1;
}
.TagClassName
{
border-color: #DA30A1;
}
</style>