Shades of Deep Cerise #DA3A7E
Tints of Deep Cerise #DA3A7E
RGB
CMYK
RGB Variations
Color information
#DA3A7E (or 0xDA3A7E) is known color: Deep Cerise. HEX triplet: DA, 3A and 7E. RGB value is (218,58,126). Sum of RGB (Red+Green+Blue) = 218+58+126=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3A7E is #25C581. Grayscale: #717171. Windows color (decimal): -2475394 or 8272602. OLE color: 8272602.
HSL color Cylindrical-coordinate representation of color #DA3A7E: hue angle of 334.5º 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 #DA3A7E is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 126 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.15 |
| HSL | 334.5º | 0.68% | 0.54% | - |
| HSV(B) | 334.5º | 0.73% | 0.85% | - |
| XYZ | 34.19 | 19.44 | 21.69 | - |
| YUV | 113.59 | 135.01 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 126 | 0 | 0.73 | 0.42 | 0.15 | 334.5 | 0.68 | 0.54 |
| Hex | DA | 3A | 7E | 0 | 49 | 2A | F | 14E | 44 | 36 |
| Octal | 332 | 72 | 176 | 0 | 111 | 52 | 17 | 516 | 104 | 66 |
| Binary | 11011010 | 111010 | 1111110 | 0 | 1001001 | 101010 | 1111 | 101001110 | 1000100 | 110110 |
Color Harmonies of #DA3A7E
Complementary color
Monochromatic Colors of #DA3A7E
Black with #DA3A7E
Text Example
Text Example
White with #DA3A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A7E; }
p { color: rgb(218,58,126); }
H1.HeaderClassName
{
color: #DA3A7E;
}
.AnyTagClassName
{
color: #DA3A7E;
}
</style>
background-color css
<style>
a { background-color: #DA3A7E; }
a { background-color: rgb(218,58,126); }
div.DivClassName
{
background-color: #DA3A7E;
}
.BgClassName
{
background-color: #DA3A7E;
}
</style>
border-color css
<style>
span { border-color: #DA3A7E; }
span { border-color: rgb(218,58,126); }
td.TdClassName
{
border-color: #DA3A7E;
}
.TagClassName
{
border-color: #DA3A7E;
}
</style>