Shades of Deep Cerise #DA3C7E
Tints of Deep Cerise #DA3C7E
RGB
CMYK
RGB Variations
Color information
#DA3C7E (or 0xDA3C7E) is known color: Deep Cerise. HEX triplet: DA, 3C and 7E. RGB value is (218,60,126). Sum of RGB (Red+Green+Blue) = 218+60+126=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C7E is #25C381. Grayscale: #727272. Windows color (decimal): -2474882 or 8273114. OLE color: 8273114.
HSL color Cylindrical-coordinate representation of color #DA3C7E: hue angle of 334.94º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3C7E is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 126 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.15 |
| HSL | 334.94º | 0.68% | 0.55% | - |
| HSV(B) | 334.94º | 0.72% | 0.85% | - |
| XYZ | 34.3 | 19.64 | 21.72 | - |
| YUV | 114.77 | 134.35 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 126 | 0 | 0.72 | 0.42 | 0.15 | 334.94 | 0.68 | 0.55 |
| Hex | DA | 3C | 7E | 0 | 48 | 2A | F | 14F | 44 | 37 |
| Octal | 332 | 74 | 176 | 0 | 110 | 52 | 17 | 517 | 104 | 67 |
| Binary | 11011010 | 111100 | 1111110 | 0 | 1001000 | 101010 | 1111 | 101001111 | 1000100 | 110111 |
Color Harmonies of #DA3C7E
Complementary color
Monochromatic Colors of #DA3C7E
Black with #DA3C7E
Text Example
Text Example
White with #DA3C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C7E; }
p { color: rgb(218,60,126); }
H1.HeaderClassName
{
color: #DA3C7E;
}
.AnyTagClassName
{
color: #DA3C7E;
}
</style>
background-color css
<style>
a { background-color: #DA3C7E; }
a { background-color: rgb(218,60,126); }
div.DivClassName
{
background-color: #DA3C7E;
}
.BgClassName
{
background-color: #DA3C7E;
}
</style>
border-color css
<style>
span { border-color: #DA3C7E; }
span { border-color: rgb(218,60,126); }
td.TdClassName
{
border-color: #DA3C7E;
}
.TagClassName
{
border-color: #DA3C7E;
}
</style>