Shades of Deep Cerise #DA439A
Tints of Deep Cerise #DA439A
RGB
CMYK
RGB Variations
Color information
#DA439A (or 0xDA439A) is known color: Deep Cerise. HEX triplet: DA, 43 and 9A. RGB value is (218,67,154). Sum of RGB (Red+Green+Blue) = 218+67+154=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA439A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA439A is #25BC65. Grayscale: #797979. Windows color (decimal): -2473062 or 10109914. OLE color: 10109914.
HSL color Cylindrical-coordinate representation of color #DA439A: hue angle of 325.43º 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 #DA439A is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 154 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.15 |
| HSL | 325.43º | 0.67% | 0.56% | - |
| HSV(B) | 325.43º | 0.69% | 0.85% | - |
| XYZ | 36.75 | 21.25 | 32.74 | - |
| YUV | 122.07 | 146.03 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 154 | 0 | 0.69 | 0.29 | 0.15 | 325.43 | 0.67 | 0.56 |
| Hex | DA | 43 | 9A | 0 | 45 | 1D | F | 145 | 43 | 38 |
| Octal | 332 | 103 | 232 | 0 | 105 | 35 | 17 | 505 | 103 | 70 |
| Binary | 11011010 | 1000011 | 10011010 | 0 | 1000101 | 11101 | 1111 | 101000101 | 1000011 | 111000 |
Color Harmonies of #DA439A
Complementary color
Monochromatic Colors of #DA439A
Black with #DA439A
Text Example
Text Example
White with #DA439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA439A; }
p { color: rgb(218,67,154); }
H1.HeaderClassName
{
color: #DA439A;
}
.AnyTagClassName
{
color: #DA439A;
}
</style>
background-color css
<style>
a { background-color: #DA439A; }
a { background-color: rgb(218,67,154); }
div.DivClassName
{
background-color: #DA439A;
}
.BgClassName
{
background-color: #DA439A;
}
</style>
border-color css
<style>
span { border-color: #DA439A; }
span { border-color: rgb(218,67,154); }
td.TdClassName
{
border-color: #DA439A;
}
.TagClassName
{
border-color: #DA439A;
}
</style>