Shades of Deep Cerise #DA3876
Tints of Deep Cerise #DA3876
RGB
CMYK
RGB Variations
Color information
#DA3876 (or 0xDA3876) is known color: Deep Cerise. HEX triplet: DA, 38 and 76. RGB value is (218,56,118). Sum of RGB (Red+Green+Blue) = 218+56+118=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3876 is #25C789. Grayscale: #6F6F6F. Windows color (decimal): -2475914 or 7747802. OLE color: 7747802.
HSL color Cylindrical-coordinate representation of color #DA3876: hue angle of 337.04º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3876 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 118 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.15 |
| HSL | 337.04º | 0.69% | 0.54% | - |
| HSV(B) | 337.04º | 0.74% | 0.85% | - |
| XYZ | 33.6 | 19.04 | 19.04 | - |
| YUV | 111.51 | 131.67 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 118 | 0 | 0.74 | 0.46 | 0.15 | 337.04 | 0.69 | 0.54 |
| Hex | DA | 38 | 76 | 0 | 4A | 2E | F | 151 | 45 | 36 |
| Octal | 332 | 70 | 166 | 0 | 112 | 56 | 17 | 521 | 105 | 66 |
| Binary | 11011010 | 111000 | 1110110 | 0 | 1001010 | 101110 | 1111 | 101010001 | 1000101 | 110110 |
Color Harmonies of #DA3876
Complementary color
Monochromatic Colors of #DA3876
Black with #DA3876
Text Example
Text Example
White with #DA3876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3876; }
p { color: rgb(218,56,118); }
H1.HeaderClassName
{
color: #DA3876;
}
.AnyTagClassName
{
color: #DA3876;
}
</style>
background-color css
<style>
a { background-color: #DA3876; }
a { background-color: rgb(218,56,118); }
div.DivClassName
{
background-color: #DA3876;
}
.BgClassName
{
background-color: #DA3876;
}
</style>
border-color css
<style>
span { border-color: #DA3876; }
span { border-color: rgb(218,56,118); }
td.TdClassName
{
border-color: #DA3876;
}
.TagClassName
{
border-color: #DA3876;
}
</style>