Shades of Deep Cerise #DA278F
Tints of Deep Cerise #DA278F
RGB
CMYK
RGB Variations
Color information
#DA278F (or 0xDA278F) is known color: Deep Cerise. HEX triplet: DA, 27 and 8F. RGB value is (218,39,143). Sum of RGB (Red+Green+Blue) = 218+39+143=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA278F is #25D870. Grayscale: #686868. Windows color (decimal): -2480241 or 9381850. OLE color: 9381850.
HSL color Cylindrical-coordinate representation of color #DA278F: hue angle of 325.14º 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 #DA278F is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 143 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.15 |
| HSL | 325.14º | 0.71% | 0.5% | - |
| HSV(B) | 325.14º | 0.82% | 0.85% | - |
| XYZ | 34.6 | 18.34 | 27.7 | - |
| YUV | 104.38 | 149.8 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 143 | 0 | 0.82 | 0.34 | 0.15 | 325.14 | 0.71 | 0.5 |
| Hex | DA | 27 | 8F | 0 | 52 | 22 | F | 145 | 47 | 32 |
| Octal | 332 | 47 | 217 | 0 | 122 | 42 | 17 | 505 | 107 | 62 |
| Binary | 11011010 | 100111 | 10001111 | 0 | 1010010 | 100010 | 1111 | 101000101 | 1000111 | 110010 |
Color Harmonies of #DA278F
Complementary color
Monochromatic Colors of #DA278F
Black with #DA278F
Text Example
Text Example
White with #DA278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA278F; }
p { color: rgb(218,39,143); }
H1.HeaderClassName
{
color: #DA278F;
}
.AnyTagClassName
{
color: #DA278F;
}
</style>
background-color css
<style>
a { background-color: #DA278F; }
a { background-color: rgb(218,39,143); }
div.DivClassName
{
background-color: #DA278F;
}
.BgClassName
{
background-color: #DA278F;
}
</style>
border-color css
<style>
span { border-color: #DA278F; }
span { border-color: rgb(218,39,143); }
td.TdClassName
{
border-color: #DA278F;
}
.TagClassName
{
border-color: #DA278F;
}
</style>