Shades of Deep Cerise #DA3E7F
Tints of Deep Cerise #DA3E7F
RGB
CMYK
RGB Variations
Color information
#DA3E7F (or 0xDA3E7F) is known color: Deep Cerise. HEX triplet: DA, 3E and 7F. RGB value is (218,62,127). Sum of RGB (Red+Green+Blue) = 218+62+127=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E7F is #25C180. Grayscale: #737373. Windows color (decimal): -2474369 or 8339162. OLE color: 8339162.
HSL color Cylindrical-coordinate representation of color #DA3E7F: hue angle of 335º 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 #DA3E7F is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 127 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.15 |
| HSL | 335º | 0.68% | 0.55% | - |
| HSV(B) | 335º | 0.72% | 0.85% | - |
| XYZ | 34.47 | 19.88 | 22.1 | - |
| YUV | 116.05 | 134.18 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 127 | 0 | 0.72 | 0.42 | 0.15 | 335 | 0.68 | 0.55 |
| Hex | DA | 3E | 7F | 0 | 48 | 2A | F | 14F | 44 | 37 |
| Octal | 332 | 76 | 177 | 0 | 110 | 52 | 17 | 517 | 104 | 67 |
| Binary | 11011010 | 111110 | 1111111 | 0 | 1001000 | 101010 | 1111 | 101001111 | 1000100 | 110111 |
Color Harmonies of #DA3E7F
Complementary color
Monochromatic Colors of #DA3E7F
Black with #DA3E7F
Text Example
Text Example
White with #DA3E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E7F; }
p { color: rgb(218,62,127); }
H1.HeaderClassName
{
color: #DA3E7F;
}
.AnyTagClassName
{
color: #DA3E7F;
}
</style>
background-color css
<style>
a { background-color: #DA3E7F; }
a { background-color: rgb(218,62,127); }
div.DivClassName
{
background-color: #DA3E7F;
}
.BgClassName
{
background-color: #DA3E7F;
}
</style>
border-color css
<style>
span { border-color: #DA3E7F; }
span { border-color: rgb(218,62,127); }
td.TdClassName
{
border-color: #DA3E7F;
}
.TagClassName
{
border-color: #DA3E7F;
}
</style>