Shades of Deep Cerise #DA2F8B
Tints of Deep Cerise #DA2F8B
RGB
CMYK
RGB Variations
Color information
#DA2F8B (or 0xDA2F8B) is known color: Deep Cerise. HEX triplet: DA, 2F and 8B. RGB value is (218,47,139). Sum of RGB (Red+Green+Blue) = 218+47+139=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2F8B is #25D074. Grayscale: #6C6C6C. Windows color (decimal): -2478197 or 9121754. OLE color: 9121754.
HSL color Cylindrical-coordinate representation of color #DA2F8B: hue angle of 327.72º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA2F8B is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 139 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.15 |
| HSL | 327.72º | 0.7% | 0.52% | - |
| HSV(B) | 327.72º | 0.78% | 0.85% | - |
| XYZ | 34.59 | 18.8 | 26.23 | - |
| YUV | 108.62 | 145.15 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 139 | 0 | 0.78 | 0.36 | 0.15 | 327.72 | 0.7 | 0.52 |
| Hex | DA | 2F | 8B | 0 | 4E | 24 | F | 148 | 46 | 34 |
| Octal | 332 | 57 | 213 | 0 | 116 | 44 | 17 | 510 | 106 | 64 |
| Binary | 11011010 | 101111 | 10001011 | 0 | 1001110 | 100100 | 1111 | 101001000 | 1000110 | 110100 |
Color Harmonies of #DA2F8B
Complementary color
Monochromatic Colors of #DA2F8B
Black with #DA2F8B
Text Example
Text Example
White with #DA2F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F8B; }
p { color: rgb(218,47,139); }
H1.HeaderClassName
{
color: #DA2F8B;
}
.AnyTagClassName
{
color: #DA2F8B;
}
</style>
background-color css
<style>
a { background-color: #DA2F8B; }
a { background-color: rgb(218,47,139); }
div.DivClassName
{
background-color: #DA2F8B;
}
.BgClassName
{
background-color: #DA2F8B;
}
</style>
border-color css
<style>
span { border-color: #DA2F8B; }
span { border-color: rgb(218,47,139); }
td.TdClassName
{
border-color: #DA2F8B;
}
.TagClassName
{
border-color: #DA2F8B;
}
</style>