Shades of Deep Cerise #DA36A4
Tints of Deep Cerise #DA36A4
RGB
CMYK
RGB Variations
Color information
#DA36A4 (or 0xDA36A4) is known color: Deep Cerise. HEX triplet: DA, 36 and A4. RGB value is (218,54,164). Sum of RGB (Red+Green+Blue) = 218+54+164=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA36A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA36A4 is #25C95B. Grayscale: #737373. Windows color (decimal): -2476380 or 10761946. OLE color: 10761946.
HSL color Cylindrical-coordinate representation of color #DA36A4: hue angle of 319.76º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA36A4 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 164 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.15 |
| HSL | 319.76º | 0.69% | 0.53% | - |
| HSV(B) | 319.76º | 0.75% | 0.85% | - |
| XYZ | 36.93 | 20.22 | 37.08 | - |
| YUV | 115.58 | 155.33 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 164 | 0 | 0.75 | 0.25 | 0.15 | 319.76 | 0.69 | 0.53 |
| Hex | DA | 36 | A4 | 0 | 4B | 19 | F | 140 | 45 | 35 |
| Octal | 332 | 66 | 244 | 0 | 113 | 31 | 17 | 500 | 105 | 65 |
| Binary | 11011010 | 110110 | 10100100 | 0 | 1001011 | 11001 | 1111 | 101000000 | 1000101 | 110101 |
Color Harmonies of #DA36A4
Complementary color
Monochromatic Colors of #DA36A4
Black with #DA36A4
Text Example
Text Example
White with #DA36A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA36A4; }
p { color: rgb(218,54,164); }
H1.HeaderClassName
{
color: #DA36A4;
}
.AnyTagClassName
{
color: #DA36A4;
}
</style>
background-color css
<style>
a { background-color: #DA36A4; }
a { background-color: rgb(218,54,164); }
div.DivClassName
{
background-color: #DA36A4;
}
.BgClassName
{
background-color: #DA36A4;
}
</style>
border-color css
<style>
span { border-color: #DA36A4; }
span { border-color: rgb(218,54,164); }
td.TdClassName
{
border-color: #DA36A4;
}
.TagClassName
{
border-color: #DA36A4;
}
</style>