Shades of Deep Cerise #DA337E
Tints of Deep Cerise #DA337E
RGB
CMYK
RGB Variations
Color information
#DA337E (or 0xDA337E) is known color: Deep Cerise. HEX triplet: DA, 33 and 7E. RGB value is (218,51,126). Sum of RGB (Red+Green+Blue) = 218+51+126=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA337E is #25CC81. Grayscale: #6D6D6D. Windows color (decimal): -2477186 or 8270810. OLE color: 8270810.
HSL color Cylindrical-coordinate representation of color #DA337E: hue angle of 333.05º 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 #DA337E is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 126 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.15 |
| HSL | 333.05º | 0.69% | 0.53% | - |
| HSV(B) | 333.05º | 0.77% | 0.85% | - |
| XYZ | 33.86 | 18.78 | 21.58 | - |
| YUV | 109.48 | 137.33 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 126 | 0 | 0.77 | 0.42 | 0.15 | 333.05 | 0.69 | 0.53 |
| Hex | DA | 33 | 7E | 0 | 4D | 2A | F | 14D | 45 | 35 |
| Octal | 332 | 63 | 176 | 0 | 115 | 52 | 17 | 515 | 105 | 65 |
| Binary | 11011010 | 110011 | 1111110 | 0 | 1001101 | 101010 | 1111 | 101001101 | 1000101 | 110101 |
Color Harmonies of #DA337E
Complementary color
Monochromatic Colors of #DA337E
Black with #DA337E
Text Example
Text Example
White with #DA337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA337E; }
p { color: rgb(218,51,126); }
H1.HeaderClassName
{
color: #DA337E;
}
.AnyTagClassName
{
color: #DA337E;
}
</style>
background-color css
<style>
a { background-color: #DA337E; }
a { background-color: rgb(218,51,126); }
div.DivClassName
{
background-color: #DA337E;
}
.BgClassName
{
background-color: #DA337E;
}
</style>
border-color css
<style>
span { border-color: #DA337E; }
span { border-color: rgb(218,51,126); }
td.TdClassName
{
border-color: #DA337E;
}
.TagClassName
{
border-color: #DA337E;
}
</style>