Shades of Deep Cerise #DA297E
Tints of Deep Cerise #DA297E
RGB
CMYK
RGB Variations
Color information
#DA297E (or 0xDA297E) is known color: Deep Cerise. HEX triplet: DA, 29 and 7E. RGB value is (218,41,126). Sum of RGB (Red+Green+Blue) = 218+41+126=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA297E is #25D681. Grayscale: #676767. Windows color (decimal): -2479746 or 8268250. OLE color: 8268250.
HSL color Cylindrical-coordinate representation of color #DA297E: hue angle of 331.19º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA297E is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 126 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.15 |
| HSL | 331.19º | 0.71% | 0.51% | - |
| HSV(B) | 331.19º | 0.81% | 0.85% | - |
| XYZ | 33.47 | 18 | 21.45 | - |
| YUV | 103.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 126 | 0 | 0.81 | 0.42 | 0.15 | 331.19 | 0.71 | 0.51 |
| Hex | DA | 29 | 7E | 0 | 51 | 2A | F | 14B | 47 | 33 |
| Octal | 332 | 51 | 176 | 0 | 121 | 52 | 17 | 513 | 107 | 63 |
| Binary | 11011010 | 101001 | 1111110 | 0 | 1010001 | 101010 | 1111 | 101001011 | 1000111 | 110011 |
Color Harmonies of #DA297E
Complementary color
Monochromatic Colors of #DA297E
Black with #DA297E
Text Example
Text Example
White with #DA297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA297E; }
p { color: rgb(218,41,126); }
H1.HeaderClassName
{
color: #DA297E;
}
.AnyTagClassName
{
color: #DA297E;
}
</style>
background-color css
<style>
a { background-color: #DA297E; }
a { background-color: rgb(218,41,126); }
div.DivClassName
{
background-color: #DA297E;
}
.BgClassName
{
background-color: #DA297E;
}
</style>
border-color css
<style>
span { border-color: #DA297E; }
span { border-color: rgb(218,41,126); }
td.TdClassName
{
border-color: #DA297E;
}
.TagClassName
{
border-color: #DA297E;
}
</style>