Shades of Deep Cerise #DA279C
Tints of Deep Cerise #DA279C
RGB
CMYK
RGB Variations
Color information
#DA279C (or 0xDA279C) is known color: Deep Cerise. HEX triplet: DA, 27 and 9C. RGB value is (218,39,156). Sum of RGB (Red+Green+Blue) = 218+39+156=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA279C is #25D863. Grayscale: #696969. Windows color (decimal): -2480228 or 10233818. OLE color: 10233818.
HSL color Cylindrical-coordinate representation of color #DA279C: hue angle of 320.78º 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 #DA279C is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 156 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.15 |
| HSL | 320.78º | 0.71% | 0.5% | - |
| HSV(B) | 320.78º | 0.82% | 0.85% | - |
| XYZ | 35.64 | 18.76 | 33.19 | - |
| YUV | 105.86 | 156.3 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 156 | 0 | 0.82 | 0.28 | 0.15 | 320.78 | 0.71 | 0.5 |
| Hex | DA | 27 | 9C | 0 | 52 | 1C | F | 141 | 47 | 32 |
| Octal | 332 | 47 | 234 | 0 | 122 | 34 | 17 | 501 | 107 | 62 |
| Binary | 11011010 | 100111 | 10011100 | 0 | 1010010 | 11100 | 1111 | 101000001 | 1000111 | 110010 |
Color Harmonies of #DA279C
Complementary color
Monochromatic Colors of #DA279C
Black with #DA279C
Text Example
Text Example
White with #DA279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA279C; }
p { color: rgb(218,39,156); }
H1.HeaderClassName
{
color: #DA279C;
}
.AnyTagClassName
{
color: #DA279C;
}
</style>
background-color css
<style>
a { background-color: #DA279C; }
a { background-color: rgb(218,39,156); }
div.DivClassName
{
background-color: #DA279C;
}
.BgClassName
{
background-color: #DA279C;
}
</style>
border-color css
<style>
span { border-color: #DA279C; }
span { border-color: rgb(218,39,156); }
td.TdClassName
{
border-color: #DA279C;
}
.TagClassName
{
border-color: #DA279C;
}
</style>