Shades of Deep Cerise #DA4386
Tints of Deep Cerise #DA4386
RGB
CMYK
RGB Variations
Color information
#DA4386 (or 0xDA4386) is known color: Deep Cerise. HEX triplet: DA, 43 and 86. RGB value is (218,67,134). Sum of RGB (Red+Green+Blue) = 218+67+134=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4386 is #25BC79. Grayscale: #777777. Windows color (decimal): -2473082 or 8799194. OLE color: 8799194.
HSL color Cylindrical-coordinate representation of color #DA4386: hue angle of 333.38º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4386 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 134 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.15 |
| HSL | 333.38º | 0.67% | 0.56% | - |
| HSV(B) | 333.38º | 0.69% | 0.85% | - |
| XYZ | 35.22 | 20.64 | 24.68 | - |
| YUV | 119.79 | 136.03 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 134 | 0 | 0.69 | 0.39 | 0.15 | 333.38 | 0.67 | 0.56 |
| Hex | DA | 43 | 86 | 0 | 45 | 27 | F | 14D | 43 | 38 |
| Octal | 332 | 103 | 206 | 0 | 105 | 47 | 17 | 515 | 103 | 70 |
| Binary | 11011010 | 1000011 | 10000110 | 0 | 1000101 | 100111 | 1111 | 101001101 | 1000011 | 111000 |
Color Harmonies of #DA4386
Complementary color
Monochromatic Colors of #DA4386
Black with #DA4386
Text Example
Text Example
White with #DA4386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4386; }
p { color: rgb(218,67,134); }
H1.HeaderClassName
{
color: #DA4386;
}
.AnyTagClassName
{
color: #DA4386;
}
</style>
background-color css
<style>
a { background-color: #DA4386; }
a { background-color: rgb(218,67,134); }
div.DivClassName
{
background-color: #DA4386;
}
.BgClassName
{
background-color: #DA4386;
}
</style>
border-color css
<style>
span { border-color: #DA4386; }
span { border-color: rgb(218,67,134); }
td.TdClassName
{
border-color: #DA4386;
}
.TagClassName
{
border-color: #DA4386;
}
</style>