Shades of Deep Cerise #DA298B
Tints of Deep Cerise #DA298B
RGB
CMYK
RGB Variations
Color information
#DA298B (or 0xDA298B) is known color: Deep Cerise. HEX triplet: DA, 29 and 8B. RGB value is (218,41,139). Sum of RGB (Red+Green+Blue) = 218+41+139=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA298B is #25D674. Grayscale: #686868. Windows color (decimal): -2479733 or 9120218. OLE color: 9120218.
HSL color Cylindrical-coordinate representation of color #DA298B: hue angle of 326.78º 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 #DA298B is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 139 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.15 |
| HSL | 326.78º | 0.71% | 0.51% | - |
| HSV(B) | 326.78º | 0.81% | 0.85% | - |
| XYZ | 34.37 | 18.36 | 26.16 | - |
| YUV | 105.1 | 147.14 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 139 | 0 | 0.81 | 0.36 | 0.15 | 326.78 | 0.71 | 0.51 |
| Hex | DA | 29 | 8B | 0 | 51 | 24 | F | 147 | 47 | 33 |
| Octal | 332 | 51 | 213 | 0 | 121 | 44 | 17 | 507 | 107 | 63 |
| Binary | 11011010 | 101001 | 10001011 | 0 | 1010001 | 100100 | 1111 | 101000111 | 1000111 | 110011 |
Color Harmonies of #DA298B
Complementary color
Monochromatic Colors of #DA298B
Black with #DA298B
Text Example
Text Example
White with #DA298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA298B; }
p { color: rgb(218,41,139); }
H1.HeaderClassName
{
color: #DA298B;
}
.AnyTagClassName
{
color: #DA298B;
}
</style>
background-color css
<style>
a { background-color: #DA298B; }
a { background-color: rgb(218,41,139); }
div.DivClassName
{
background-color: #DA298B;
}
.BgClassName
{
background-color: #DA298B;
}
</style>
border-color css
<style>
span { border-color: #DA298B; }
span { border-color: rgb(218,41,139); }
td.TdClassName
{
border-color: #DA298B;
}
.TagClassName
{
border-color: #DA298B;
}
</style>