Shades of Deep Cerise #DA2F8A
Tints of Deep Cerise #DA2F8A
RGB
CMYK
RGB Variations
Color information
#DA2F8A (or 0xDA2F8A) is known color: Deep Cerise. HEX triplet: DA, 2F and 8A. RGB value is (218,47,138). Sum of RGB (Red+Green+Blue) = 218+47+138=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2F8A is #25D075. Grayscale: #6C6C6C. Windows color (decimal): -2478198 or 9056218. OLE color: 9056218.
HSL color Cylindrical-coordinate representation of color #DA2F8A: hue angle of 328.07º 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 #DA2F8A is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 138 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.15 |
| HSL | 328.07º | 0.7% | 0.52% | - |
| HSV(B) | 328.07º | 0.78% | 0.85% | - |
| XYZ | 34.52 | 18.77 | 25.85 | - |
| YUV | 108.5 | 144.65 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 138 | 0 | 0.78 | 0.37 | 0.15 | 328.07 | 0.7 | 0.52 |
| Hex | DA | 2F | 8A | 0 | 4E | 25 | F | 148 | 46 | 34 |
| Octal | 332 | 57 | 212 | 0 | 116 | 45 | 17 | 510 | 106 | 64 |
| Binary | 11011010 | 101111 | 10001010 | 0 | 1001110 | 100101 | 1111 | 101001000 | 1000110 | 110100 |
Color Harmonies of #DA2F8A
Complementary color
Monochromatic Colors of #DA2F8A
Black with #DA2F8A
Text Example
Text Example
White with #DA2F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F8A; }
p { color: rgb(218,47,138); }
H1.HeaderClassName
{
color: #DA2F8A;
}
.AnyTagClassName
{
color: #DA2F8A;
}
</style>
background-color css
<style>
a { background-color: #DA2F8A; }
a { background-color: rgb(218,47,138); }
div.DivClassName
{
background-color: #DA2F8A;
}
.BgClassName
{
background-color: #DA2F8A;
}
</style>
border-color css
<style>
span { border-color: #DA2F8A; }
span { border-color: rgb(218,47,138); }
td.TdClassName
{
border-color: #DA2F8A;
}
.TagClassName
{
border-color: #DA2F8A;
}
</style>