Shades of Deep Cerise #DA2F7D
Tints of Deep Cerise #DA2F7D
RGB
CMYK
RGB Variations
Color information
#DA2F7D (or 0xDA2F7D) is known color: Deep Cerise. HEX triplet: DA, 2F and 7D. RGB value is (218,47,125). Sum of RGB (Red+Green+Blue) = 218+47+125=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2F7D is #25D082. Grayscale: #6A6A6A. Windows color (decimal): -2478211 or 8204250. OLE color: 8204250.
HSL color Cylindrical-coordinate representation of color #DA2F7D: hue angle of 332.63º 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 #DA2F7D is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 125 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.15 |
| HSL | 332.63º | 0.7% | 0.52% | - |
| HSV(B) | 332.63º | 0.78% | 0.85% | - |
| XYZ | 33.63 | 18.42 | 21.18 | - |
| YUV | 107.02 | 138.15 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 125 | 0 | 0.78 | 0.43 | 0.15 | 332.63 | 0.7 | 0.52 |
| Hex | DA | 2F | 7D | 0 | 4E | 2B | F | 14D | 46 | 34 |
| Octal | 332 | 57 | 175 | 0 | 116 | 53 | 17 | 515 | 106 | 64 |
| Binary | 11011010 | 101111 | 1111101 | 0 | 1001110 | 101011 | 1111 | 101001101 | 1000110 | 110100 |
Color Harmonies of #DA2F7D
Complementary color
Monochromatic Colors of #DA2F7D
Black with #DA2F7D
Text Example
Text Example
White with #DA2F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F7D; }
p { color: rgb(218,47,125); }
H1.HeaderClassName
{
color: #DA2F7D;
}
.AnyTagClassName
{
color: #DA2F7D;
}
</style>
background-color css
<style>
a { background-color: #DA2F7D; }
a { background-color: rgb(218,47,125); }
div.DivClassName
{
background-color: #DA2F7D;
}
.BgClassName
{
background-color: #DA2F7D;
}
</style>
border-color css
<style>
span { border-color: #DA2F7D; }
span { border-color: rgb(218,47,125); }
td.TdClassName
{
border-color: #DA2F7D;
}
.TagClassName
{
border-color: #DA2F7D;
}
</style>