Shades of Deep Cerise #DA399A
Tints of Deep Cerise #DA399A
RGB
CMYK
RGB Variations
Color information
#DA399A (or 0xDA399A) is known color: Deep Cerise. HEX triplet: DA, 39 and 9A. RGB value is (218,57,154). Sum of RGB (Red+Green+Blue) = 218+57+154=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA399A is #25C665. Grayscale: #737373. Windows color (decimal): -2475622 or 10107354. OLE color: 10107354.
HSL color Cylindrical-coordinate representation of color #DA399A: hue angle of 323.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA399A is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 154 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.15 |
| HSL | 323.85º | 0.69% | 0.54% | - |
| HSV(B) | 323.85º | 0.74% | 0.85% | - |
| XYZ | 36.21 | 20.16 | 32.56 | - |
| YUV | 116.2 | 149.34 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 154 | 0 | 0.74 | 0.29 | 0.15 | 323.85 | 0.69 | 0.54 |
| Hex | DA | 39 | 9A | 0 | 4A | 1D | F | 144 | 45 | 36 |
| Octal | 332 | 71 | 232 | 0 | 112 | 35 | 17 | 504 | 105 | 66 |
| Binary | 11011010 | 111001 | 10011010 | 0 | 1001010 | 11101 | 1111 | 101000100 | 1000101 | 110110 |
Color Harmonies of #DA399A
Complementary color
Monochromatic Colors of #DA399A
Black with #DA399A
Text Example
Text Example
White with #DA399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA399A; }
p { color: rgb(218,57,154); }
H1.HeaderClassName
{
color: #DA399A;
}
.AnyTagClassName
{
color: #DA399A;
}
</style>
background-color css
<style>
a { background-color: #DA399A; }
a { background-color: rgb(218,57,154); }
div.DivClassName
{
background-color: #DA399A;
}
.BgClassName
{
background-color: #DA399A;
}
</style>
border-color css
<style>
span { border-color: #DA399A; }
span { border-color: rgb(218,57,154); }
td.TdClassName
{
border-color: #DA399A;
}
.TagClassName
{
border-color: #DA399A;
}
</style>