Shades of Deep Cerise #DA4184
Tints of Deep Cerise #DA4184
RGB
CMYK
RGB Variations
Color information
#DA4184 (or 0xDA4184) is known color: Deep Cerise. HEX triplet: DA, 41 and 84. RGB value is (218,65,132). Sum of RGB (Red+Green+Blue) = 218+65+132=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4184 is #25BE7B. Grayscale: #767676. Windows color (decimal): -2473596 or 8667610. OLE color: 8667610.
HSL color Cylindrical-coordinate representation of color #DA4184: hue angle of 333.73º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4184 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 132 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.15 |
| HSL | 333.73º | 0.67% | 0.55% | - |
| HSV(B) | 333.73º | 0.7% | 0.85% | - |
| XYZ | 34.97 | 20.35 | 23.92 | - |
| YUV | 118.39 | 135.69 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 132 | 0 | 0.70 | 0.39 | 0.15 | 333.73 | 0.67 | 0.55 |
| Hex | DA | 41 | 84 | 0 | 46 | 27 | F | 14E | 43 | 37 |
| Octal | 332 | 101 | 204 | 0 | 106 | 47 | 17 | 516 | 103 | 67 |
| Binary | 11011010 | 1000001 | 10000100 | 0 | 1000110 | 100111 | 1111 | 101001110 | 1000011 | 110111 |
Color Harmonies of #DA4184
Complementary color
Monochromatic Colors of #DA4184
Black with #DA4184
Text Example
Text Example
White with #DA4184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4184; }
p { color: rgb(218,65,132); }
H1.HeaderClassName
{
color: #DA4184;
}
.AnyTagClassName
{
color: #DA4184;
}
</style>
background-color css
<style>
a { background-color: #DA4184; }
a { background-color: rgb(218,65,132); }
div.DivClassName
{
background-color: #DA4184;
}
.BgClassName
{
background-color: #DA4184;
}
</style>
border-color css
<style>
span { border-color: #DA4184; }
span { border-color: rgb(218,65,132); }
td.TdClassName
{
border-color: #DA4184;
}
.TagClassName
{
border-color: #DA4184;
}
</style>