Shades of Deep Cerise #DA39A4
Tints of Deep Cerise #DA39A4
RGB
CMYK
RGB Variations
Color information
#DA39A4 (or 0xDA39A4) is known color: Deep Cerise. HEX triplet: DA, 39 and A4. RGB value is (218,57,164). Sum of RGB (Red+Green+Blue) = 218+57+164=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA39A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA39A4 is #25C65B. Grayscale: #757575. Windows color (decimal): -2475612 or 10762714. OLE color: 10762714.
HSL color Cylindrical-coordinate representation of color #DA39A4: hue angle of 320.12º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA39A4 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 164 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.15 |
| HSL | 320.12º | 0.69% | 0.54% | - |
| HSV(B) | 320.12º | 0.74% | 0.85% | - |
| XYZ | 37.08 | 20.51 | 37.13 | - |
| YUV | 117.34 | 154.34 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 164 | 0 | 0.74 | 0.25 | 0.15 | 320.12 | 0.69 | 0.54 |
| Hex | DA | 39 | A4 | 0 | 4A | 19 | F | 140 | 45 | 36 |
| Octal | 332 | 71 | 244 | 0 | 112 | 31 | 17 | 500 | 105 | 66 |
| Binary | 11011010 | 111001 | 10100100 | 0 | 1001010 | 11001 | 1111 | 101000000 | 1000101 | 110110 |
Color Harmonies of #DA39A4
Complementary color
Monochromatic Colors of #DA39A4
Black with #DA39A4
Text Example
Text Example
White with #DA39A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA39A4; }
p { color: rgb(218,57,164); }
H1.HeaderClassName
{
color: #DA39A4;
}
.AnyTagClassName
{
color: #DA39A4;
}
</style>
background-color css
<style>
a { background-color: #DA39A4; }
a { background-color: rgb(218,57,164); }
div.DivClassName
{
background-color: #DA39A4;
}
.BgClassName
{
background-color: #DA39A4;
}
</style>
border-color css
<style>
span { border-color: #DA39A4; }
span { border-color: rgb(218,57,164); }
td.TdClassName
{
border-color: #DA39A4;
}
.TagClassName
{
border-color: #DA39A4;
}
</style>