Shades of Deep Cerise #DA278D
Tints of Deep Cerise #DA278D
RGB
CMYK
RGB Variations
Color information
#DA278D (or 0xDA278D) is known color: Deep Cerise. HEX triplet: DA, 27 and 8D. RGB value is (218,39,141). Sum of RGB (Red+Green+Blue) = 218+39+141=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA278D is #25D872. Grayscale: #676767. Windows color (decimal): -2480243 or 9250778. OLE color: 9250778.
HSL color Cylindrical-coordinate representation of color #DA278D: hue angle of 325.81º 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 #DA278D is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 141 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.15 |
| HSL | 325.81º | 0.71% | 0.5% | - |
| HSV(B) | 325.81º | 0.82% | 0.85% | - |
| XYZ | 34.45 | 18.28 | 26.91 | - |
| YUV | 104.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 141 | 0 | 0.82 | 0.35 | 0.15 | 325.81 | 0.71 | 0.5 |
| Hex | DA | 27 | 8D | 0 | 52 | 23 | F | 146 | 47 | 32 |
| Octal | 332 | 47 | 215 | 0 | 122 | 43 | 17 | 506 | 107 | 62 |
| Binary | 11011010 | 100111 | 10001101 | 0 | 1010010 | 100011 | 1111 | 101000110 | 1000111 | 110010 |
Color Harmonies of #DA278D
Complementary color
Monochromatic Colors of #DA278D
Black with #DA278D
Text Example
Text Example
White with #DA278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA278D; }
p { color: rgb(218,39,141); }
H1.HeaderClassName
{
color: #DA278D;
}
.AnyTagClassName
{
color: #DA278D;
}
</style>
background-color css
<style>
a { background-color: #DA278D; }
a { background-color: rgb(218,39,141); }
div.DivClassName
{
background-color: #DA278D;
}
.BgClassName
{
background-color: #DA278D;
}
</style>
border-color css
<style>
span { border-color: #DA278D; }
span { border-color: rgb(218,39,141); }
td.TdClassName
{
border-color: #DA278D;
}
.TagClassName
{
border-color: #DA278D;
}
</style>