Shades of Deep Cerise #DA277B
Tints of Deep Cerise #DA277B
RGB
CMYK
RGB Variations
Color information
#DA277B (or 0xDA277B) is known color: Deep Cerise. HEX triplet: DA, 27 and 7B. RGB value is (218,39,123). Sum of RGB (Red+Green+Blue) = 218+39+123=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA277B is #25D884. Grayscale: #656565. Windows color (decimal): -2480261 or 8071130. OLE color: 8071130.
HSL color Cylindrical-coordinate representation of color #DA277B: hue angle of 331.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 #DA277B is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 123 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.15 |
| HSL | 331.84º | 0.71% | 0.5% | - |
| HSV(B) | 331.84º | 0.82% | 0.85% | - |
| XYZ | 33.21 | 17.79 | 20.42 | - |
| YUV | 102.1 | 139.8 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 123 | 0 | 0.82 | 0.44 | 0.15 | 331.84 | 0.71 | 0.5 |
| Hex | DA | 27 | 7B | 0 | 52 | 2C | F | 14C | 47 | 32 |
| Octal | 332 | 47 | 173 | 0 | 122 | 54 | 17 | 514 | 107 | 62 |
| Binary | 11011010 | 100111 | 1111011 | 0 | 1010010 | 101100 | 1111 | 101001100 | 1000111 | 110010 |
Color Harmonies of #DA277B
Complementary color
Monochromatic Colors of #DA277B
Black with #DA277B
Text Example
Text Example
White with #DA277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA277B; }
p { color: rgb(218,39,123); }
H1.HeaderClassName
{
color: #DA277B;
}
.AnyTagClassName
{
color: #DA277B;
}
</style>
background-color css
<style>
a { background-color: #DA277B; }
a { background-color: rgb(218,39,123); }
div.DivClassName
{
background-color: #DA277B;
}
.BgClassName
{
background-color: #DA277B;
}
</style>
border-color css
<style>
span { border-color: #DA277B; }
span { border-color: rgb(218,39,123); }
td.TdClassName
{
border-color: #DA277B;
}
.TagClassName
{
border-color: #DA277B;
}
</style>