Shades of Deep Cerise #DA4081
Tints of Deep Cerise #DA4081
RGB
CMYK
RGB Variations
Color information
#DA4081 (or 0xDA4081) is known color: Deep Cerise. HEX triplet: DA, 40 and 81. RGB value is (218,64,129). Sum of RGB (Red+Green+Blue) = 218+64+129=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4081 is #25BF7E. Grayscale: #757575. Windows color (decimal): -2473855 or 8470746. OLE color: 8470746.
HSL color Cylindrical-coordinate representation of color #DA4081: hue angle of 334.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4081 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 129 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.15 |
| HSL | 334.68º | 0.68% | 0.55% | - |
| HSV(B) | 334.68º | 0.71% | 0.85% | - |
| XYZ | 34.71 | 20.16 | 22.83 | - |
| YUV | 117.46 | 134.52 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 129 | 0 | 0.71 | 0.41 | 0.15 | 334.68 | 0.68 | 0.55 |
| Hex | DA | 40 | 81 | 0 | 47 | 29 | F | 14F | 44 | 37 |
| Octal | 332 | 100 | 201 | 0 | 107 | 51 | 17 | 517 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10000001 | 0 | 1000111 | 101001 | 1111 | 101001111 | 1000100 | 110111 |
Color Harmonies of #DA4081
Complementary color
Monochromatic Colors of #DA4081
Black with #DA4081
Text Example
Text Example
White with #DA4081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4081; }
p { color: rgb(218,64,129); }
H1.HeaderClassName
{
color: #DA4081;
}
.AnyTagClassName
{
color: #DA4081;
}
</style>
background-color css
<style>
a { background-color: #DA4081; }
a { background-color: rgb(218,64,129); }
div.DivClassName
{
background-color: #DA4081;
}
.BgClassName
{
background-color: #DA4081;
}
</style>
border-color css
<style>
span { border-color: #DA4081; }
span { border-color: rgb(218,64,129); }
td.TdClassName
{
border-color: #DA4081;
}
.TagClassName
{
border-color: #DA4081;
}
</style>