Shades of Deep Cerise #DA4286
Tints of Deep Cerise #DA4286
RGB
CMYK
RGB Variations
Color information
#DA4286 (or 0xDA4286) is known color: Deep Cerise. HEX triplet: DA, 42 and 86. RGB value is (218,66,134). Sum of RGB (Red+Green+Blue) = 218+66+134=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4286 is #25BD79. Grayscale: #777777. Windows color (decimal): -2473338 or 8798938. OLE color: 8798938.
HSL color Cylindrical-coordinate representation of color #DA4286: hue angle of 333.16º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4286 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 134 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.15 |
| HSL | 333.16º | 0.67% | 0.56% | - |
| HSV(B) | 333.16º | 0.7% | 0.85% | - |
| XYZ | 35.16 | 20.52 | 24.66 | - |
| YUV | 119.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 134 | 0 | 0.70 | 0.39 | 0.15 | 333.16 | 0.67 | 0.56 |
| Hex | DA | 42 | 86 | 0 | 46 | 27 | F | 14D | 43 | 38 |
| Octal | 332 | 102 | 206 | 0 | 106 | 47 | 17 | 515 | 103 | 70 |
| Binary | 11011010 | 1000010 | 10000110 | 0 | 1000110 | 100111 | 1111 | 101001101 | 1000011 | 111000 |
Color Harmonies of #DA4286
Complementary color
Monochromatic Colors of #DA4286
Black with #DA4286
Text Example
Text Example
White with #DA4286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4286; }
p { color: rgb(218,66,134); }
H1.HeaderClassName
{
color: #DA4286;
}
.AnyTagClassName
{
color: #DA4286;
}
</style>
background-color css
<style>
a { background-color: #DA4286; }
a { background-color: rgb(218,66,134); }
div.DivClassName
{
background-color: #DA4286;
}
.BgClassName
{
background-color: #DA4286;
}
</style>
border-color css
<style>
span { border-color: #DA4286; }
span { border-color: rgb(218,66,134); }
td.TdClassName
{
border-color: #DA4286;
}
.TagClassName
{
border-color: #DA4286;
}
</style>