Shades of Deep Cerise #DA339A
Tints of Deep Cerise #DA339A
RGB
CMYK
RGB Variations
Color information
#DA339A (or 0xDA339A) is known color: Deep Cerise. HEX triplet: DA, 33 and 9A. RGB value is (218,51,154). Sum of RGB (Red+Green+Blue) = 218+51+154=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA339A is #25CC65. Grayscale: #707070. Windows color (decimal): -2477158 or 10105818. OLE color: 10105818.
HSL color Cylindrical-coordinate representation of color #DA339A: hue angle of 322.99º 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 #DA339A is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 154 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.15 |
| HSL | 322.99º | 0.69% | 0.53% | - |
| HSV(B) | 322.99º | 0.77% | 0.85% | - |
| XYZ | 35.93 | 19.61 | 32.46 | - |
| YUV | 112.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 154 | 0 | 0.77 | 0.29 | 0.15 | 322.99 | 0.69 | 0.53 |
| Hex | DA | 33 | 9A | 0 | 4D | 1D | F | 143 | 45 | 35 |
| Octal | 332 | 63 | 232 | 0 | 115 | 35 | 17 | 503 | 105 | 65 |
| Binary | 11011010 | 110011 | 10011010 | 0 | 1001101 | 11101 | 1111 | 101000011 | 1000101 | 110101 |
Color Harmonies of #DA339A
Complementary color
Monochromatic Colors of #DA339A
Black with #DA339A
Text Example
Text Example
White with #DA339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA339A; }
p { color: rgb(218,51,154); }
H1.HeaderClassName
{
color: #DA339A;
}
.AnyTagClassName
{
color: #DA339A;
}
</style>
background-color css
<style>
a { background-color: #DA339A; }
a { background-color: rgb(218,51,154); }
div.DivClassName
{
background-color: #DA339A;
}
.BgClassName
{
background-color: #DA339A;
}
</style>
border-color css
<style>
span { border-color: #DA339A; }
span { border-color: rgb(218,51,154); }
td.TdClassName
{
border-color: #DA339A;
}
.TagClassName
{
border-color: #DA339A;
}
</style>