Shades of Deep Cerise #DA478C
Tints of Deep Cerise #DA478C
RGB
CMYK
RGB Variations
Color information
#DA478C (or 0xDA478C) is known color: Deep Cerise. HEX triplet: DA, 47 and 8C. RGB value is (218,71,140). Sum of RGB (Red+Green+Blue) = 218+71+140=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA478C is #25B873. Grayscale: #7A7A7A. Windows color (decimal): -2472052 or 9193434. OLE color: 9193434.
HSL color Cylindrical-coordinate representation of color #DA478C: hue angle of 331.84º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA478C is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 140 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.15 |
| HSL | 331.84º | 0.67% | 0.57% | - |
| HSV(B) | 331.84º | 0.67% | 0.85% | - |
| XYZ | 35.9 | 21.31 | 27.03 | - |
| YUV | 122.82 | 137.7 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 140 | 0 | 0.67 | 0.36 | 0.15 | 331.84 | 0.67 | 0.57 |
| Hex | DA | 47 | 8C | 0 | 43 | 24 | F | 14C | 43 | 39 |
| Octal | 332 | 107 | 214 | 0 | 103 | 44 | 17 | 514 | 103 | 71 |
| Binary | 11011010 | 1000111 | 10001100 | 0 | 1000011 | 100100 | 1111 | 101001100 | 1000011 | 111001 |
Color Harmonies of #DA478C
Complementary color
Monochromatic Colors of #DA478C
Black with #DA478C
Text Example
Text Example
White with #DA478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA478C; }
p { color: rgb(218,71,140); }
H1.HeaderClassName
{
color: #DA478C;
}
.AnyTagClassName
{
color: #DA478C;
}
</style>
background-color css
<style>
a { background-color: #DA478C; }
a { background-color: rgb(218,71,140); }
div.DivClassName
{
background-color: #DA478C;
}
.BgClassName
{
background-color: #DA478C;
}
</style>
border-color css
<style>
span { border-color: #DA478C; }
span { border-color: rgb(218,71,140); }
td.TdClassName
{
border-color: #DA478C;
}
.TagClassName
{
border-color: #DA478C;
}
</style>