Shades of Deep Cerise #DA339C
Tints of Deep Cerise #DA339C
RGB
CMYK
RGB Variations
Color information
#DA339C (or 0xDA339C) is known color: Deep Cerise. HEX triplet: DA, 33 and 9C. RGB value is (218,51,156). Sum of RGB (Red+Green+Blue) = 218+51+156=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA339C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA339C is #25CC63. Grayscale: #707070. Windows color (decimal): -2477156 or 10236890. OLE color: 10236890.
HSL color Cylindrical-coordinate representation of color #DA339C: hue angle of 322.28º 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 #DA339C is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 156 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.15 |
| HSL | 322.28º | 0.69% | 0.53% | - |
| HSV(B) | 322.28º | 0.77% | 0.85% | - |
| XYZ | 36.1 | 19.67 | 33.35 | - |
| YUV | 112.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 156 | 0 | 0.77 | 0.28 | 0.15 | 322.28 | 0.69 | 0.53 |
| Hex | DA | 33 | 9C | 0 | 4D | 1C | F | 142 | 45 | 35 |
| Octal | 332 | 63 | 234 | 0 | 115 | 34 | 17 | 502 | 105 | 65 |
| Binary | 11011010 | 110011 | 10011100 | 0 | 1001101 | 11100 | 1111 | 101000010 | 1000101 | 110101 |
Color Harmonies of #DA339C
Complementary color
Monochromatic Colors of #DA339C
Black with #DA339C
Text Example
Text Example
White with #DA339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA339C; }
p { color: rgb(218,51,156); }
H1.HeaderClassName
{
color: #DA339C;
}
.AnyTagClassName
{
color: #DA339C;
}
</style>
background-color css
<style>
a { background-color: #DA339C; }
a { background-color: rgb(218,51,156); }
div.DivClassName
{
background-color: #DA339C;
}
.BgClassName
{
background-color: #DA339C;
}
</style>
border-color css
<style>
span { border-color: #DA339C; }
span { border-color: rgb(218,51,156); }
td.TdClassName
{
border-color: #DA339C;
}
.TagClassName
{
border-color: #DA339C;
}
</style>