Shades of Deep Cerise #DA379C
Tints of Deep Cerise #DA379C
RGB
CMYK
RGB Variations
Color information
#DA379C (or 0xDA379C) is known color: Deep Cerise. HEX triplet: DA, 37 and 9C. RGB value is (218,55,156). Sum of RGB (Red+Green+Blue) = 218+55+156=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA379C is #25C863. Grayscale: #737373. Windows color (decimal): -2476132 or 10237914. OLE color: 10237914.
HSL color Cylindrical-coordinate representation of color #DA379C: hue angle of 322.82º 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 #DA379C is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 156 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.15 |
| HSL | 322.82º | 0.69% | 0.54% | - |
| HSV(B) | 322.82º | 0.75% | 0.85% | - |
| XYZ | 36.28 | 20.04 | 33.41 | - |
| YUV | 115.25 | 151 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 156 | 0 | 0.75 | 0.28 | 0.15 | 322.82 | 0.69 | 0.54 |
| Hex | DA | 37 | 9C | 0 | 4B | 1C | F | 143 | 45 | 36 |
| Octal | 332 | 67 | 234 | 0 | 113 | 34 | 17 | 503 | 105 | 66 |
| Binary | 11011010 | 110111 | 10011100 | 0 | 1001011 | 11100 | 1111 | 101000011 | 1000101 | 110110 |
Color Harmonies of #DA379C
Complementary color
Monochromatic Colors of #DA379C
Black with #DA379C
Text Example
Text Example
White with #DA379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA379C; }
p { color: rgb(218,55,156); }
H1.HeaderClassName
{
color: #DA379C;
}
.AnyTagClassName
{
color: #DA379C;
}
</style>
background-color css
<style>
a { background-color: #DA379C; }
a { background-color: rgb(218,55,156); }
div.DivClassName
{
background-color: #DA379C;
}
.BgClassName
{
background-color: #DA379C;
}
</style>
border-color css
<style>
span { border-color: #DA379C; }
span { border-color: rgb(218,55,156); }
td.TdClassName
{
border-color: #DA379C;
}
.TagClassName
{
border-color: #DA379C;
}
</style>