Shades of Deep Cerise #DA2E8B
Tints of Deep Cerise #DA2E8B
RGB
CMYK
RGB Variations
Color information
#DA2E8B (or 0xDA2E8B) is known color: Deep Cerise. HEX triplet: DA, 2E and 8B. RGB value is (218,46,139). Sum of RGB (Red+Green+Blue) = 218+46+139=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2E8B is #25D174. Grayscale: #6B6B6B. Windows color (decimal): -2478453 or 9121498. OLE color: 9121498.
HSL color Cylindrical-coordinate representation of color #DA2E8B: hue angle of 327.56º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2E8B is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 46 | 139 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.15 |
| HSL | 327.56º | 0.7% | 0.52% | - |
| HSV(B) | 327.56º | 0.79% | 0.85% | - |
| XYZ | 34.55 | 18.72 | 26.22 | - |
| YUV | 108.03 | 145.48 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 46 | 139 | 0 | 0.79 | 0.36 | 0.15 | 327.56 | 0.7 | 0.52 |
| Hex | DA | 2E | 8B | 0 | 4F | 24 | F | 148 | 46 | 34 |
| Octal | 332 | 56 | 213 | 0 | 117 | 44 | 17 | 510 | 106 | 64 |
| Binary | 11011010 | 101110 | 10001011 | 0 | 1001111 | 100100 | 1111 | 101001000 | 1000110 | 110100 |
Color Harmonies of #DA2E8B
Complementary color
Monochromatic Colors of #DA2E8B
Black with #DA2E8B
Text Example
Text Example
White with #DA2E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2E8B; }
p { color: rgb(218,46,139); }
H1.HeaderClassName
{
color: #DA2E8B;
}
.AnyTagClassName
{
color: #DA2E8B;
}
</style>
background-color css
<style>
a { background-color: #DA2E8B; }
a { background-color: rgb(218,46,139); }
div.DivClassName
{
background-color: #DA2E8B;
}
.BgClassName
{
background-color: #DA2E8B;
}
</style>
border-color css
<style>
span { border-color: #DA2E8B; }
span { border-color: rgb(218,46,139); }
td.TdClassName
{
border-color: #DA2E8B;
}
.TagClassName
{
border-color: #DA2E8B;
}
</style>