Shades of Deep Cerise #DA277E
Tints of Deep Cerise #DA277E
RGB
CMYK
RGB Variations
Color information
#DA277E (or 0xDA277E) is known color: Deep Cerise. HEX triplet: DA, 27 and 7E. RGB value is (218,39,126). Sum of RGB (Red+Green+Blue) = 218+39+126=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA277E is #25D881. Grayscale: #666666. Windows color (decimal): -2480258 or 8267738. OLE color: 8267738.
HSL color Cylindrical-coordinate representation of color #DA277E: hue angle of 330.84º 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 #DA277E is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 126 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.15 |
| HSL | 330.84º | 0.71% | 0.5% | - |
| HSV(B) | 330.84º | 0.82% | 0.85% | - |
| XYZ | 33.4 | 17.86 | 21.43 | - |
| YUV | 102.44 | 141.3 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 126 | 0 | 0.82 | 0.42 | 0.15 | 330.84 | 0.71 | 0.5 |
| Hex | DA | 27 | 7E | 0 | 52 | 2A | F | 14B | 47 | 32 |
| Octal | 332 | 47 | 176 | 0 | 122 | 52 | 17 | 513 | 107 | 62 |
| Binary | 11011010 | 100111 | 1111110 | 0 | 1010010 | 101010 | 1111 | 101001011 | 1000111 | 110010 |
Color Harmonies of #DA277E
Complementary color
Monochromatic Colors of #DA277E
Black with #DA277E
Text Example
Text Example
White with #DA277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA277E; }
p { color: rgb(218,39,126); }
H1.HeaderClassName
{
color: #DA277E;
}
.AnyTagClassName
{
color: #DA277E;
}
</style>
background-color css
<style>
a { background-color: #DA277E; }
a { background-color: rgb(218,39,126); }
div.DivClassName
{
background-color: #DA277E;
}
.BgClassName
{
background-color: #DA277E;
}
</style>
border-color css
<style>
span { border-color: #DA277E; }
span { border-color: rgb(218,39,126); }
td.TdClassName
{
border-color: #DA277E;
}
.TagClassName
{
border-color: #DA277E;
}
</style>