Shades of Deep Cerise #DA418A
Tints of Deep Cerise #DA418A
RGB
CMYK
RGB Variations
Color information
#DA418A (or 0xDA418A) is known color: Deep Cerise. HEX triplet: DA, 41 and 8A. RGB value is (218,65,138). Sum of RGB (Red+Green+Blue) = 218+65+138=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA418A is #25BE75. Grayscale: #767676. Windows color (decimal): -2473590 or 9060826. OLE color: 9060826.
HSL color Cylindrical-coordinate representation of color #DA418A: hue angle of 331.37º 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 #DA418A is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 138 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.15 |
| HSL | 331.37º | 0.67% | 0.55% | - |
| HSV(B) | 331.37º | 0.7% | 0.85% | - |
| XYZ | 35.39 | 20.52 | 26.14 | - |
| YUV | 119.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 138 | 0 | 0.70 | 0.37 | 0.15 | 331.37 | 0.67 | 0.55 |
| Hex | DA | 41 | 8A | 0 | 46 | 25 | F | 14B | 43 | 37 |
| Octal | 332 | 101 | 212 | 0 | 106 | 45 | 17 | 513 | 103 | 67 |
| Binary | 11011010 | 1000001 | 10001010 | 0 | 1000110 | 100101 | 1111 | 101001011 | 1000011 | 110111 |
Color Harmonies of #DA418A
Complementary color
Monochromatic Colors of #DA418A
Black with #DA418A
Text Example
Text Example
White with #DA418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA418A; }
p { color: rgb(218,65,138); }
H1.HeaderClassName
{
color: #DA418A;
}
.AnyTagClassName
{
color: #DA418A;
}
</style>
background-color css
<style>
a { background-color: #DA418A; }
a { background-color: rgb(218,65,138); }
div.DivClassName
{
background-color: #DA418A;
}
.BgClassName
{
background-color: #DA418A;
}
</style>
border-color css
<style>
span { border-color: #DA418A; }
span { border-color: rgb(218,65,138); }
td.TdClassName
{
border-color: #DA418A;
}
.TagClassName
{
border-color: #DA418A;
}
</style>