Shades of Deep Cerise #DA337A
Tints of Deep Cerise #DA337A
RGB
CMYK
RGB Variations
Color information
#DA337A (or 0xDA337A) is known color: Deep Cerise. HEX triplet: DA, 33 and 7A. RGB value is (218,51,122). Sum of RGB (Red+Green+Blue) = 218+51+122=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA337A is #25CC85. Grayscale: #6C6C6C. Windows color (decimal): -2477190 or 8008666. OLE color: 8008666.
HSL color Cylindrical-coordinate representation of color #DA337A: hue angle of 334.49º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA337A is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 122 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.15 |
| HSL | 334.49º | 0.69% | 0.53% | - |
| HSV(B) | 334.49º | 0.77% | 0.85% | - |
| XYZ | 33.61 | 18.68 | 20.25 | - |
| YUV | 109.03 | 135.33 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 122 | 0 | 0.77 | 0.44 | 0.15 | 334.49 | 0.69 | 0.53 |
| Hex | DA | 33 | 7A | 0 | 4D | 2C | F | 14E | 45 | 35 |
| Octal | 332 | 63 | 172 | 0 | 115 | 54 | 17 | 516 | 105 | 65 |
| Binary | 11011010 | 110011 | 1111010 | 0 | 1001101 | 101100 | 1111 | 101001110 | 1000101 | 110101 |
Color Harmonies of #DA337A
Complementary color
Monochromatic Colors of #DA337A
Black with #DA337A
Text Example
Text Example
White with #DA337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA337A; }
p { color: rgb(218,51,122); }
H1.HeaderClassName
{
color: #DA337A;
}
.AnyTagClassName
{
color: #DA337A;
}
</style>
background-color css
<style>
a { background-color: #DA337A; }
a { background-color: rgb(218,51,122); }
div.DivClassName
{
background-color: #DA337A;
}
.BgClassName
{
background-color: #DA337A;
}
</style>
border-color css
<style>
span { border-color: #DA337A; }
span { border-color: rgb(218,51,122); }
td.TdClassName
{
border-color: #DA337A;
}
.TagClassName
{
border-color: #DA337A;
}
</style>