Shades of Deep Cerise #DA3C7A
Tints of Deep Cerise #DA3C7A
RGB
CMYK
RGB Variations
Color information
#DA3C7A (or 0xDA3C7A) is known color: Deep Cerise. HEX triplet: DA, 3C and 7A. RGB value is (218,60,122). Sum of RGB (Red+Green+Blue) = 218+60+122=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C7A is #25C385. Grayscale: #727272. Windows color (decimal): -2474886 or 8010970. OLE color: 8010970.
HSL color Cylindrical-coordinate representation of color #DA3C7A: hue angle of 336.46º 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 #DA3C7A is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 122 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.15 |
| HSL | 336.46º | 0.68% | 0.55% | - |
| HSV(B) | 336.46º | 0.72% | 0.85% | - |
| XYZ | 34.04 | 19.54 | 20.39 | - |
| YUV | 114.31 | 132.35 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 122 | 0 | 0.72 | 0.44 | 0.15 | 336.46 | 0.68 | 0.55 |
| Hex | DA | 3C | 7A | 0 | 48 | 2C | F | 150 | 44 | 37 |
| Octal | 332 | 74 | 172 | 0 | 110 | 54 | 17 | 520 | 104 | 67 |
| Binary | 11011010 | 111100 | 1111010 | 0 | 1001000 | 101100 | 1111 | 101010000 | 1000100 | 110111 |
Color Harmonies of #DA3C7A
Complementary color
Monochromatic Colors of #DA3C7A
Black with #DA3C7A
Text Example
Text Example
White with #DA3C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C7A; }
p { color: rgb(218,60,122); }
H1.HeaderClassName
{
color: #DA3C7A;
}
.AnyTagClassName
{
color: #DA3C7A;
}
</style>
background-color css
<style>
a { background-color: #DA3C7A; }
a { background-color: rgb(218,60,122); }
div.DivClassName
{
background-color: #DA3C7A;
}
.BgClassName
{
background-color: #DA3C7A;
}
</style>
border-color css
<style>
span { border-color: #DA3C7A; }
span { border-color: rgb(218,60,122); }
td.TdClassName
{
border-color: #DA3C7A;
}
.TagClassName
{
border-color: #DA3C7A;
}
</style>