Shades of Deep Cerise #DA278C
Tints of Deep Cerise #DA278C
RGB
CMYK
RGB Variations
Color information
#DA278C (or 0xDA278C) is known color: Deep Cerise. HEX triplet: DA, 27 and 8C. RGB value is (218,39,140). Sum of RGB (Red+Green+Blue) = 218+39+140=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA278C is #25D873. Grayscale: #676767. Windows color (decimal): -2480244 or 9185242. OLE color: 9185242.
HSL color Cylindrical-coordinate representation of color #DA278C: hue angle of 326.15º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA278C is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 140 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.15 |
| HSL | 326.15º | 0.71% | 0.5% | - |
| HSV(B) | 326.15º | 0.82% | 0.85% | - |
| XYZ | 34.37 | 18.25 | 26.52 | - |
| YUV | 104.04 | 148.3 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 140 | 0 | 0.82 | 0.36 | 0.15 | 326.15 | 0.71 | 0.5 |
| Hex | DA | 27 | 8C | 0 | 52 | 24 | F | 146 | 47 | 32 |
| Octal | 332 | 47 | 214 | 0 | 122 | 44 | 17 | 506 | 107 | 62 |
| Binary | 11011010 | 100111 | 10001100 | 0 | 1010010 | 100100 | 1111 | 101000110 | 1000111 | 110010 |
Color Harmonies of #DA278C
Complementary color
Monochromatic Colors of #DA278C
Black with #DA278C
Text Example
Text Example
White with #DA278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA278C; }
p { color: rgb(218,39,140); }
H1.HeaderClassName
{
color: #DA278C;
}
.AnyTagClassName
{
color: #DA278C;
}
</style>
background-color css
<style>
a { background-color: #DA278C; }
a { background-color: rgb(218,39,140); }
div.DivClassName
{
background-color: #DA278C;
}
.BgClassName
{
background-color: #DA278C;
}
</style>
border-color css
<style>
span { border-color: #DA278C; }
span { border-color: rgb(218,39,140); }
td.TdClassName
{
border-color: #DA278C;
}
.TagClassName
{
border-color: #DA278C;
}
</style>