Shades of Deep Cerise #DA389B
Tints of Deep Cerise #DA389B
RGB
CMYK
RGB Variations
Color information
#DA389B (or 0xDA389B) is known color: Deep Cerise. HEX triplet: DA, 38 and 9B. RGB value is (218,56,155). Sum of RGB (Red+Green+Blue) = 218+56+155=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA389B is #25C764. Grayscale: #737373. Windows color (decimal): -2475877 or 10172634. OLE color: 10172634.
HSL color Cylindrical-coordinate representation of color #DA389B: hue angle of 323.33º 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 #DA389B is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 155 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.15 |
| HSL | 323.33º | 0.69% | 0.54% | - |
| HSV(B) | 323.33º | 0.74% | 0.85% | - |
| XYZ | 36.24 | 20.1 | 32.98 | - |
| YUV | 115.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 155 | 0 | 0.74 | 0.29 | 0.15 | 323.33 | 0.69 | 0.54 |
| Hex | DA | 38 | 9B | 0 | 4A | 1D | F | 143 | 45 | 36 |
| Octal | 332 | 70 | 233 | 0 | 112 | 35 | 17 | 503 | 105 | 66 |
| Binary | 11011010 | 111000 | 10011011 | 0 | 1001010 | 11101 | 1111 | 101000011 | 1000101 | 110110 |
Color Harmonies of #DA389B
Complementary color
Monochromatic Colors of #DA389B
Black with #DA389B
Text Example
Text Example
White with #DA389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA389B; }
p { color: rgb(218,56,155); }
H1.HeaderClassName
{
color: #DA389B;
}
.AnyTagClassName
{
color: #DA389B;
}
</style>
background-color css
<style>
a { background-color: #DA389B; }
a { background-color: rgb(218,56,155); }
div.DivClassName
{
background-color: #DA389B;
}
.BgClassName
{
background-color: #DA389B;
}
</style>
border-color css
<style>
span { border-color: #DA389B; }
span { border-color: rgb(218,56,155); }
td.TdClassName
{
border-color: #DA389B;
}
.TagClassName
{
border-color: #DA389B;
}
</style>