Shades of Deep Cerise #DA339F
Tints of Deep Cerise #DA339F
RGB
CMYK
RGB Variations
Color information
#DA339F (or 0xDA339F) is known color: Deep Cerise. HEX triplet: DA, 33 and 9F. RGB value is (218,51,159). Sum of RGB (Red+Green+Blue) = 218+51+159=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA339F is #25CC60. Grayscale: #707070. Windows color (decimal): -2477153 or 10433498. OLE color: 10433498.
HSL color Cylindrical-coordinate representation of color #DA339F: hue angle of 321.2º 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 #DA339F is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 159 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.15 |
| HSL | 321.2º | 0.69% | 0.53% | - |
| HSV(B) | 321.2º | 0.77% | 0.85% | - |
| XYZ | 36.36 | 19.78 | 34.7 | - |
| YUV | 113.25 | 153.83 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 159 | 0 | 0.77 | 0.27 | 0.15 | 321.2 | 0.69 | 0.53 |
| Hex | DA | 33 | 9F | 0 | 4D | 1B | F | 141 | 45 | 35 |
| Octal | 332 | 63 | 237 | 0 | 115 | 33 | 17 | 501 | 105 | 65 |
| Binary | 11011010 | 110011 | 10011111 | 0 | 1001101 | 11011 | 1111 | 101000001 | 1000101 | 110101 |
Color Harmonies of #DA339F
Complementary color
Monochromatic Colors of #DA339F
Black with #DA339F
Text Example
Text Example
White with #DA339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA339F; }
p { color: rgb(218,51,159); }
H1.HeaderClassName
{
color: #DA339F;
}
.AnyTagClassName
{
color: #DA339F;
}
</style>
background-color css
<style>
a { background-color: #DA339F; }
a { background-color: rgb(218,51,159); }
div.DivClassName
{
background-color: #DA339F;
}
.BgClassName
{
background-color: #DA339F;
}
</style>
border-color css
<style>
span { border-color: #DA339F; }
span { border-color: rgb(218,51,159); }
td.TdClassName
{
border-color: #DA339F;
}
.TagClassName
{
border-color: #DA339F;
}
</style>