Shades of Deep Cerise #DA297D
Tints of Deep Cerise #DA297D
RGB
CMYK
RGB Variations
Color information
#DA297D (or 0xDA297D) is known color: Deep Cerise. HEX triplet: DA, 29 and 7D. RGB value is (218,41,125). Sum of RGB (Red+Green+Blue) = 218+41+125=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA297D is #25D682. Grayscale: #676767. Windows color (decimal): -2479747 or 8202714. OLE color: 8202714.
HSL color Cylindrical-coordinate representation of color #DA297D: hue angle of 331.53º 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 #DA297D is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 125 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.15 |
| HSL | 331.53º | 0.71% | 0.51% | - |
| HSV(B) | 331.53º | 0.81% | 0.85% | - |
| XYZ | 33.41 | 17.97 | 21.11 | - |
| YUV | 103.5 | 140.14 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 125 | 0 | 0.81 | 0.43 | 0.15 | 331.53 | 0.71 | 0.51 |
| Hex | DA | 29 | 7D | 0 | 51 | 2B | F | 14C | 47 | 33 |
| Octal | 332 | 51 | 175 | 0 | 121 | 53 | 17 | 514 | 107 | 63 |
| Binary | 11011010 | 101001 | 1111101 | 0 | 1010001 | 101011 | 1111 | 101001100 | 1000111 | 110011 |
Color Harmonies of #DA297D
Complementary color
Monochromatic Colors of #DA297D
Black with #DA297D
Text Example
Text Example
White with #DA297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA297D; }
p { color: rgb(218,41,125); }
H1.HeaderClassName
{
color: #DA297D;
}
.AnyTagClassName
{
color: #DA297D;
}
</style>
background-color css
<style>
a { background-color: #DA297D; }
a { background-color: rgb(218,41,125); }
div.DivClassName
{
background-color: #DA297D;
}
.BgClassName
{
background-color: #DA297D;
}
</style>
border-color css
<style>
span { border-color: #DA297D; }
span { border-color: rgb(218,41,125); }
td.TdClassName
{
border-color: #DA297D;
}
.TagClassName
{
border-color: #DA297D;
}
</style>