Shades of Deep Cerise #DA279F
Tints of Deep Cerise #DA279F
RGB
CMYK
RGB Variations
Color information
#DA279F (or 0xDA279F) is known color: Deep Cerise. HEX triplet: DA, 27 and 9F. RGB value is (218,39,159). Sum of RGB (Red+Green+Blue) = 218+39+159=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA279F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA279F is #25D860. Grayscale: #696969. Windows color (decimal): -2480225 or 10430426. OLE color: 10430426.
HSL color Cylindrical-coordinate representation of color #DA279F: hue angle of 319.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 #DA279F is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 159 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.15 |
| HSL | 319.78º | 0.71% | 0.5% | - |
| HSV(B) | 319.78º | 0.82% | 0.85% | - |
| XYZ | 35.9 | 18.86 | 34.55 | - |
| YUV | 106.2 | 157.8 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 159 | 0 | 0.82 | 0.27 | 0.15 | 319.78 | 0.71 | 0.5 |
| Hex | DA | 27 | 9F | 0 | 52 | 1B | F | 140 | 47 | 32 |
| Octal | 332 | 47 | 237 | 0 | 122 | 33 | 17 | 500 | 107 | 62 |
| Binary | 11011010 | 100111 | 10011111 | 0 | 1010010 | 11011 | 1111 | 101000000 | 1000111 | 110010 |
Color Harmonies of #DA279F
Complementary color
Monochromatic Colors of #DA279F
Black with #DA279F
Text Example
Text Example
White with #DA279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA279F; }
p { color: rgb(218,39,159); }
H1.HeaderClassName
{
color: #DA279F;
}
.AnyTagClassName
{
color: #DA279F;
}
</style>
background-color css
<style>
a { background-color: #DA279F; }
a { background-color: rgb(218,39,159); }
div.DivClassName
{
background-color: #DA279F;
}
.BgClassName
{
background-color: #DA279F;
}
</style>
border-color css
<style>
span { border-color: #DA279F; }
span { border-color: rgb(218,39,159); }
td.TdClassName
{
border-color: #DA279F;
}
.TagClassName
{
border-color: #DA279F;
}
</style>