Shades of Deep Cerise #DA4082
Tints of Deep Cerise #DA4082
RGB
CMYK
RGB Variations
Color information
#DA4082 (or 0xDA4082) is known color: Deep Cerise. HEX triplet: DA, 40 and 82. RGB value is (218,64,130). Sum of RGB (Red+Green+Blue) = 218+64+130=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4082 is #25BF7D. Grayscale: #757575. Windows color (decimal): -2473854 or 8536282. OLE color: 8536282.
HSL color Cylindrical-coordinate representation of color #DA4082: hue angle of 334.29º 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 #DA4082 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 130 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.15 |
| HSL | 334.29º | 0.68% | 0.55% | - |
| HSV(B) | 334.29º | 0.71% | 0.85% | - |
| XYZ | 34.78 | 20.18 | 23.18 | - |
| YUV | 117.57 | 135.02 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 130 | 0 | 0.71 | 0.40 | 0.15 | 334.29 | 0.68 | 0.55 |
| Hex | DA | 40 | 82 | 0 | 47 | 28 | F | 14E | 44 | 37 |
| Octal | 332 | 100 | 202 | 0 | 107 | 50 | 17 | 516 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10000010 | 0 | 1000111 | 101000 | 1111 | 101001110 | 1000100 | 110111 |
Color Harmonies of #DA4082
Complementary color
Monochromatic Colors of #DA4082
Black with #DA4082
Text Example
Text Example
White with #DA4082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4082; }
p { color: rgb(218,64,130); }
H1.HeaderClassName
{
color: #DA4082;
}
.AnyTagClassName
{
color: #DA4082;
}
</style>
background-color css
<style>
a { background-color: #DA4082; }
a { background-color: rgb(218,64,130); }
div.DivClassName
{
background-color: #DA4082;
}
.BgClassName
{
background-color: #DA4082;
}
</style>
border-color css
<style>
span { border-color: #DA4082; }
span { border-color: rgb(218,64,130); }
td.TdClassName
{
border-color: #DA4082;
}
.TagClassName
{
border-color: #DA4082;
}
</style>