Shades of Deep Cerise #DA277C
Tints of Deep Cerise #DA277C
RGB
CMYK
RGB Variations
Color information
#DA277C (or 0xDA277C) is known color: Deep Cerise. HEX triplet: DA, 27 and 7C. RGB value is (218,39,124). Sum of RGB (Red+Green+Blue) = 218+39+124=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA277C is #25D883. Grayscale: #666666. Windows color (decimal): -2480260 or 8136666. OLE color: 8136666.
HSL color Cylindrical-coordinate representation of color #DA277C: hue angle of 331.51º 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 #DA277C is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 124 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.15 |
| HSL | 331.51º | 0.71% | 0.5% | - |
| HSV(B) | 331.51º | 0.82% | 0.85% | - |
| XYZ | 33.28 | 17.81 | 20.75 | - |
| YUV | 102.21 | 140.3 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 124 | 0 | 0.82 | 0.43 | 0.15 | 331.51 | 0.71 | 0.5 |
| Hex | DA | 27 | 7C | 0 | 52 | 2B | F | 14C | 47 | 32 |
| Octal | 332 | 47 | 174 | 0 | 122 | 53 | 17 | 514 | 107 | 62 |
| Binary | 11011010 | 100111 | 1111100 | 0 | 1010010 | 101011 | 1111 | 101001100 | 1000111 | 110010 |
Color Harmonies of #DA277C
Complementary color
Monochromatic Colors of #DA277C
Black with #DA277C
Text Example
Text Example
White with #DA277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA277C; }
p { color: rgb(218,39,124); }
H1.HeaderClassName
{
color: #DA277C;
}
.AnyTagClassName
{
color: #DA277C;
}
</style>
background-color css
<style>
a { background-color: #DA277C; }
a { background-color: rgb(218,39,124); }
div.DivClassName
{
background-color: #DA277C;
}
.BgClassName
{
background-color: #DA277C;
}
</style>
border-color css
<style>
span { border-color: #DA277C; }
span { border-color: rgb(218,39,124); }
td.TdClassName
{
border-color: #DA277C;
}
.TagClassName
{
border-color: #DA277C;
}
</style>