Shades of Deep Cerise #DA4181
Tints of Deep Cerise #DA4181
RGB
CMYK
RGB Variations
Color information
#DA4181 (or 0xDA4181) is known color: Deep Cerise. HEX triplet: DA, 41 and 81. RGB value is (218,65,129). Sum of RGB (Red+Green+Blue) = 218+65+129=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4181 is #25BE7E. Grayscale: #757575. Windows color (decimal): -2473599 or 8471002. OLE color: 8471002.
HSL color Cylindrical-coordinate representation of color #DA4181: hue angle of 334.9º 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 #DA4181 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 129 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.15 |
| HSL | 334.9º | 0.67% | 0.55% | - |
| HSV(B) | 334.9º | 0.7% | 0.85% | - |
| XYZ | 34.77 | 20.27 | 22.85 | - |
| YUV | 118.04 | 134.19 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 129 | 0 | 0.70 | 0.41 | 0.15 | 334.9 | 0.67 | 0.55 |
| Hex | DA | 41 | 81 | 0 | 46 | 29 | F | 14F | 43 | 37 |
| Octal | 332 | 101 | 201 | 0 | 106 | 51 | 17 | 517 | 103 | 67 |
| Binary | 11011010 | 1000001 | 10000001 | 0 | 1000110 | 101001 | 1111 | 101001111 | 1000011 | 110111 |
Color Harmonies of #DA4181
Complementary color
Monochromatic Colors of #DA4181
Black with #DA4181
Text Example
Text Example
White with #DA4181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4181; }
p { color: rgb(218,65,129); }
H1.HeaderClassName
{
color: #DA4181;
}
.AnyTagClassName
{
color: #DA4181;
}
</style>
background-color css
<style>
a { background-color: #DA4181; }
a { background-color: rgb(218,65,129); }
div.DivClassName
{
background-color: #DA4181;
}
.BgClassName
{
background-color: #DA4181;
}
</style>
border-color css
<style>
span { border-color: #DA4181; }
span { border-color: rgb(218,65,129); }
td.TdClassName
{
border-color: #DA4181;
}
.TagClassName
{
border-color: #DA4181;
}
</style>