Shades of Deep Cerise #DA278B
Tints of Deep Cerise #DA278B
RGB
CMYK
RGB Variations
Color information
#DA278B (or 0xDA278B) is known color: Deep Cerise. HEX triplet: DA, 27 and 8B. RGB value is (218,39,139). Sum of RGB (Red+Green+Blue) = 218+39+139=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA278B is #25D874. Grayscale: #676767. Windows color (decimal): -2480245 or 9119706. OLE color: 9119706.
HSL color Cylindrical-coordinate representation of color #DA278B: hue angle of 326.48º 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 #DA278B is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 139 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.15 |
| HSL | 326.48º | 0.71% | 0.5% | - |
| HSV(B) | 326.48º | 0.82% | 0.85% | - |
| XYZ | 34.3 | 18.22 | 26.14 | - |
| YUV | 103.92 | 147.8 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 139 | 0 | 0.82 | 0.36 | 0.15 | 326.48 | 0.71 | 0.5 |
| Hex | DA | 27 | 8B | 0 | 52 | 24 | F | 146 | 47 | 32 |
| Octal | 332 | 47 | 213 | 0 | 122 | 44 | 17 | 506 | 107 | 62 |
| Binary | 11011010 | 100111 | 10001011 | 0 | 1010010 | 100100 | 1111 | 101000110 | 1000111 | 110010 |
Color Harmonies of #DA278B
Complementary color
Monochromatic Colors of #DA278B
Black with #DA278B
Text Example
Text Example
White with #DA278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA278B; }
p { color: rgb(218,39,139); }
H1.HeaderClassName
{
color: #DA278B;
}
.AnyTagClassName
{
color: #DA278B;
}
</style>
background-color css
<style>
a { background-color: #DA278B; }
a { background-color: rgb(218,39,139); }
div.DivClassName
{
background-color: #DA278B;
}
.BgClassName
{
background-color: #DA278B;
}
</style>
border-color css
<style>
span { border-color: #DA278B; }
span { border-color: rgb(218,39,139); }
td.TdClassName
{
border-color: #DA278B;
}
.TagClassName
{
border-color: #DA278B;
}
</style>