Shades of Deep Cerise #DA2F9B
Tints of Deep Cerise #DA2F9B
RGB
CMYK
RGB Variations
Color information
#DA2F9B (or 0xDA2F9B) is known color: Deep Cerise. HEX triplet: DA, 2F and 9B. RGB value is (218,47,155). Sum of RGB (Red+Green+Blue) = 218+47+155=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2F9B is #25D064. Grayscale: #6E6E6E. Windows color (decimal): -2478181 or 10170330. OLE color: 10170330.
HSL color Cylindrical-coordinate representation of color #DA2F9B: hue angle of 322.11º 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 #DA2F9B is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 155 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.15 |
| HSL | 322.11º | 0.7% | 0.52% | - |
| HSV(B) | 322.11º | 0.78% | 0.85% | - |
| XYZ | 35.85 | 19.31 | 32.85 | - |
| YUV | 110.44 | 153.15 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 155 | 0 | 0.78 | 0.29 | 0.15 | 322.11 | 0.7 | 0.52 |
| Hex | DA | 2F | 9B | 0 | 4E | 1D | F | 142 | 46 | 34 |
| Octal | 332 | 57 | 233 | 0 | 116 | 35 | 17 | 502 | 106 | 64 |
| Binary | 11011010 | 101111 | 10011011 | 0 | 1001110 | 11101 | 1111 | 101000010 | 1000110 | 110100 |
Color Harmonies of #DA2F9B
Complementary color
Monochromatic Colors of #DA2F9B
Black with #DA2F9B
Text Example
Text Example
White with #DA2F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F9B; }
p { color: rgb(218,47,155); }
H1.HeaderClassName
{
color: #DA2F9B;
}
.AnyTagClassName
{
color: #DA2F9B;
}
</style>
background-color css
<style>
a { background-color: #DA2F9B; }
a { background-color: rgb(218,47,155); }
div.DivClassName
{
background-color: #DA2F9B;
}
.BgClassName
{
background-color: #DA2F9B;
}
</style>
border-color css
<style>
span { border-color: #DA2F9B; }
span { border-color: rgb(218,47,155); }
td.TdClassName
{
border-color: #DA2F9B;
}
.TagClassName
{
border-color: #DA2F9B;
}
</style>