Shades of Deep Cerise #DA378B
Tints of Deep Cerise #DA378B
RGB
CMYK
RGB Variations
Color information
#DA378B (or 0xDA378B) is known color: Deep Cerise. HEX triplet: DA, 37 and 8B. RGB value is (218,55,139). Sum of RGB (Red+Green+Blue) = 218+55+139=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA378B is #25C874. Grayscale: #717171. Windows color (decimal): -2476149 or 9123802. OLE color: 9123802.
HSL color Cylindrical-coordinate representation of color #DA378B: hue angle of 329.08º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA378B is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 139 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.15 |
| HSL | 329.08º | 0.69% | 0.54% | - |
| HSV(B) | 329.08º | 0.75% | 0.85% | - |
| XYZ | 34.94 | 19.5 | 26.35 | - |
| YUV | 113.31 | 142.5 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 139 | 0 | 0.75 | 0.36 | 0.15 | 329.08 | 0.69 | 0.54 |
| Hex | DA | 37 | 8B | 0 | 4B | 24 | F | 149 | 45 | 36 |
| Octal | 332 | 67 | 213 | 0 | 113 | 44 | 17 | 511 | 105 | 66 |
| Binary | 11011010 | 110111 | 10001011 | 0 | 1001011 | 100100 | 1111 | 101001001 | 1000101 | 110110 |
Color Harmonies of #DA378B
Complementary color
Monochromatic Colors of #DA378B
Black with #DA378B
Text Example
Text Example
White with #DA378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA378B; }
p { color: rgb(218,55,139); }
H1.HeaderClassName
{
color: #DA378B;
}
.AnyTagClassName
{
color: #DA378B;
}
</style>
background-color css
<style>
a { background-color: #DA378B; }
a { background-color: rgb(218,55,139); }
div.DivClassName
{
background-color: #DA378B;
}
.BgClassName
{
background-color: #DA378B;
}
</style>
border-color css
<style>
span { border-color: #DA378B; }
span { border-color: rgb(218,55,139); }
td.TdClassName
{
border-color: #DA378B;
}
.TagClassName
{
border-color: #DA378B;
}
</style>