Shades of Deep Cerise #DA3A7D
Tints of Deep Cerise #DA3A7D
RGB
CMYK
RGB Variations
Color information
#DA3A7D (or 0xDA3A7D) is known color: Deep Cerise. HEX triplet: DA, 3A and 7D. RGB value is (218,58,125). Sum of RGB (Red+Green+Blue) = 218+58+125=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3A7D is #25C582. Grayscale: #717171. Windows color (decimal): -2475395 or 8207066. OLE color: 8207066.
HSL color Cylindrical-coordinate representation of color #DA3A7D: hue angle of 334.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3A7D is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 125 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.15 |
| HSL | 334.88º | 0.68% | 0.54% | - |
| HSV(B) | 334.88º | 0.73% | 0.85% | - |
| XYZ | 34.13 | 19.41 | 21.35 | - |
| YUV | 113.48 | 134.51 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 125 | 0 | 0.73 | 0.43 | 0.15 | 334.88 | 0.68 | 0.54 |
| Hex | DA | 3A | 7D | 0 | 49 | 2B | F | 14F | 44 | 36 |
| Octal | 332 | 72 | 175 | 0 | 111 | 53 | 17 | 517 | 104 | 66 |
| Binary | 11011010 | 111010 | 1111101 | 0 | 1001001 | 101011 | 1111 | 101001111 | 1000100 | 110110 |
Color Harmonies of #DA3A7D
Complementary color
Monochromatic Colors of #DA3A7D
Black with #DA3A7D
Text Example
Text Example
White with #DA3A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A7D; }
p { color: rgb(218,58,125); }
H1.HeaderClassName
{
color: #DA3A7D;
}
.AnyTagClassName
{
color: #DA3A7D;
}
</style>
background-color css
<style>
a { background-color: #DA3A7D; }
a { background-color: rgb(218,58,125); }
div.DivClassName
{
background-color: #DA3A7D;
}
.BgClassName
{
background-color: #DA3A7D;
}
</style>
border-color css
<style>
span { border-color: #DA3A7D; }
span { border-color: rgb(218,58,125); }
td.TdClassName
{
border-color: #DA3A7D;
}
.TagClassName
{
border-color: #DA3A7D;
}
</style>