Shades of Deep Cerise #DA379F
Tints of Deep Cerise #DA379F
RGB
CMYK
RGB Variations
Color information
#DA379F (or 0xDA379F) is known color: Deep Cerise. HEX triplet: DA, 37 and 9F. RGB value is (218,55,159). Sum of RGB (Red+Green+Blue) = 218+55+159=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA379F is #25C860. Grayscale: #737373. Windows color (decimal): -2476129 or 10434522. OLE color: 10434522.
HSL color Cylindrical-coordinate representation of color #DA379F: hue angle of 321.72º 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 #DA379F is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 159 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.15 |
| HSL | 321.72º | 0.69% | 0.54% | - |
| HSV(B) | 321.72º | 0.75% | 0.85% | - |
| XYZ | 36.54 | 20.14 | 34.76 | - |
| YUV | 115.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 159 | 0 | 0.75 | 0.27 | 0.15 | 321.72 | 0.69 | 0.54 |
| Hex | DA | 37 | 9F | 0 | 4B | 1B | F | 142 | 45 | 36 |
| Octal | 332 | 67 | 237 | 0 | 113 | 33 | 17 | 502 | 105 | 66 |
| Binary | 11011010 | 110111 | 10011111 | 0 | 1001011 | 11011 | 1111 | 101000010 | 1000101 | 110110 |
Color Harmonies of #DA379F
Complementary color
Monochromatic Colors of #DA379F
Black with #DA379F
Text Example
Text Example
White with #DA379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA379F; }
p { color: rgb(218,55,159); }
H1.HeaderClassName
{
color: #DA379F;
}
.AnyTagClassName
{
color: #DA379F;
}
</style>
background-color css
<style>
a { background-color: #DA379F; }
a { background-color: rgb(218,55,159); }
div.DivClassName
{
background-color: #DA379F;
}
.BgClassName
{
background-color: #DA379F;
}
</style>
border-color css
<style>
span { border-color: #DA379F; }
span { border-color: rgb(218,55,159); }
td.TdClassName
{
border-color: #DA379F;
}
.TagClassName
{
border-color: #DA379F;
}
</style>