Shades of Deep Cerise #DA279D
Tints of Deep Cerise #DA279D
RGB
CMYK
RGB Variations
Color information
#DA279D (or 0xDA279D) is known color: Deep Cerise. HEX triplet: DA, 27 and 9D. RGB value is (218,39,157). Sum of RGB (Red+Green+Blue) = 218+39+157=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA279D is #25D862. Grayscale: #696969. Windows color (decimal): -2480227 or 10299354. OLE color: 10299354.
HSL color Cylindrical-coordinate representation of color #DA279D: hue angle of 320.45º 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 #DA279D is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 157 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.15 |
| HSL | 320.45º | 0.71% | 0.5% | - |
| HSV(B) | 320.45º | 0.82% | 0.85% | - |
| XYZ | 35.72 | 18.79 | 33.64 | - |
| YUV | 105.97 | 156.8 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 157 | 0 | 0.82 | 0.28 | 0.15 | 320.45 | 0.71 | 0.5 |
| Hex | DA | 27 | 9D | 0 | 52 | 1C | F | 140 | 47 | 32 |
| Octal | 332 | 47 | 235 | 0 | 122 | 34 | 17 | 500 | 107 | 62 |
| Binary | 11011010 | 100111 | 10011101 | 0 | 1010010 | 11100 | 1111 | 101000000 | 1000111 | 110010 |
Color Harmonies of #DA279D
Complementary color
Monochromatic Colors of #DA279D
Black with #DA279D
Text Example
Text Example
White with #DA279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA279D; }
p { color: rgb(218,39,157); }
H1.HeaderClassName
{
color: #DA279D;
}
.AnyTagClassName
{
color: #DA279D;
}
</style>
background-color css
<style>
a { background-color: #DA279D; }
a { background-color: rgb(218,39,157); }
div.DivClassName
{
background-color: #DA279D;
}
.BgClassName
{
background-color: #DA279D;
}
</style>
border-color css
<style>
span { border-color: #DA279D; }
span { border-color: rgb(218,39,157); }
td.TdClassName
{
border-color: #DA279D;
}
.TagClassName
{
border-color: #DA279D;
}
</style>