Shades of Deep Cerise #DA378F
Tints of Deep Cerise #DA378F
RGB
CMYK
RGB Variations
Color information
#DA378F (or 0xDA378F) is known color: Deep Cerise. HEX triplet: DA, 37 and 8F. RGB value is (218,55,143). Sum of RGB (Red+Green+Blue) = 218+55+143=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA378F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA378F is #25C870. Grayscale: #717171. Windows color (decimal): -2476145 or 9385946. OLE color: 9385946.
HSL color Cylindrical-coordinate representation of color #DA378F: hue angle of 327.61º 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 #DA378F is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 143 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.15 |
| HSL | 327.61º | 0.69% | 0.54% | - |
| HSV(B) | 327.61º | 0.75% | 0.85% | - |
| XYZ | 35.24 | 19.62 | 27.92 | - |
| YUV | 113.77 | 144.5 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 143 | 0 | 0.75 | 0.34 | 0.15 | 327.61 | 0.69 | 0.54 |
| Hex | DA | 37 | 8F | 0 | 4B | 22 | F | 148 | 45 | 36 |
| Octal | 332 | 67 | 217 | 0 | 113 | 42 | 17 | 510 | 105 | 66 |
| Binary | 11011010 | 110111 | 10001111 | 0 | 1001011 | 100010 | 1111 | 101001000 | 1000101 | 110110 |
Color Harmonies of #DA378F
Complementary color
Monochromatic Colors of #DA378F
Black with #DA378F
Text Example
Text Example
White with #DA378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA378F; }
p { color: rgb(218,55,143); }
H1.HeaderClassName
{
color: #DA378F;
}
.AnyTagClassName
{
color: #DA378F;
}
</style>
background-color css
<style>
a { background-color: #DA378F; }
a { background-color: rgb(218,55,143); }
div.DivClassName
{
background-color: #DA378F;
}
.BgClassName
{
background-color: #DA378F;
}
</style>
border-color css
<style>
span { border-color: #DA378F; }
span { border-color: rgb(218,55,143); }
td.TdClassName
{
border-color: #DA378F;
}
.TagClassName
{
border-color: #DA378F;
}
</style>