Shades of Deep Cerise #DA279B
Tints of Deep Cerise #DA279B
RGB
CMYK
RGB Variations
Color information
#DA279B (or 0xDA279B) is known color: Deep Cerise. HEX triplet: DA, 27 and 9B. RGB value is (218,39,155). Sum of RGB (Red+Green+Blue) = 218+39+155=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA279B is #25D864. Grayscale: #696969. Windows color (decimal): -2480229 or 10168282. OLE color: 10168282.
HSL color Cylindrical-coordinate representation of color #DA279B: hue angle of 321.12º 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 #DA279B is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 155 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.15 |
| HSL | 321.12º | 0.71% | 0.5% | - |
| HSV(B) | 321.12º | 0.82% | 0.85% | - |
| XYZ | 35.56 | 18.72 | 32.75 | - |
| YUV | 105.75 | 155.8 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 155 | 0 | 0.82 | 0.29 | 0.15 | 321.12 | 0.71 | 0.5 |
| Hex | DA | 27 | 9B | 0 | 52 | 1D | F | 141 | 47 | 32 |
| Octal | 332 | 47 | 233 | 0 | 122 | 35 | 17 | 501 | 107 | 62 |
| Binary | 11011010 | 100111 | 10011011 | 0 | 1010010 | 11101 | 1111 | 101000001 | 1000111 | 110010 |
Color Harmonies of #DA279B
Complementary color
Monochromatic Colors of #DA279B
Black with #DA279B
Text Example
Text Example
White with #DA279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA279B; }
p { color: rgb(218,39,155); }
H1.HeaderClassName
{
color: #DA279B;
}
.AnyTagClassName
{
color: #DA279B;
}
</style>
background-color css
<style>
a { background-color: #DA279B; }
a { background-color: rgb(218,39,155); }
div.DivClassName
{
background-color: #DA279B;
}
.BgClassName
{
background-color: #DA279B;
}
</style>
border-color css
<style>
span { border-color: #DA279B; }
span { border-color: rgb(218,39,155); }
td.TdClassName
{
border-color: #DA279B;
}
.TagClassName
{
border-color: #DA279B;
}
</style>