Shades of Deep Cerise #DA347F
Tints of Deep Cerise #DA347F
RGB
CMYK
RGB Variations
Color information
#DA347F (or 0xDA347F) is known color: Deep Cerise. HEX triplet: DA, 34 and 7F. RGB value is (218,52,127). Sum of RGB (Red+Green+Blue) = 218+52+127=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA347F is #25CB80. Grayscale: #6E6E6E. Windows color (decimal): -2476929 or 8336602. OLE color: 8336602.
HSL color Cylindrical-coordinate representation of color #DA347F: hue angle of 332.89º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA347F is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 127 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.15 |
| HSL | 332.89º | 0.69% | 0.53% | - |
| HSV(B) | 332.89º | 0.76% | 0.85% | - |
| XYZ | 33.97 | 18.89 | 21.93 | - |
| YUV | 110.18 | 137.5 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 127 | 0 | 0.76 | 0.42 | 0.15 | 332.89 | 0.69 | 0.53 |
| Hex | DA | 34 | 7F | 0 | 4C | 2A | F | 14D | 45 | 35 |
| Octal | 332 | 64 | 177 | 0 | 114 | 52 | 17 | 515 | 105 | 65 |
| Binary | 11011010 | 110100 | 1111111 | 0 | 1001100 | 101010 | 1111 | 101001101 | 1000101 | 110101 |
Color Harmonies of #DA347F
Complementary color
Monochromatic Colors of #DA347F
Black with #DA347F
Text Example
Text Example
White with #DA347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA347F; }
p { color: rgb(218,52,127); }
H1.HeaderClassName
{
color: #DA347F;
}
.AnyTagClassName
{
color: #DA347F;
}
</style>
background-color css
<style>
a { background-color: #DA347F; }
a { background-color: rgb(218,52,127); }
div.DivClassName
{
background-color: #DA347F;
}
.BgClassName
{
background-color: #DA347F;
}
</style>
border-color css
<style>
span { border-color: #DA347F; }
span { border-color: rgb(218,52,127); }
td.TdClassName
{
border-color: #DA347F;
}
.TagClassName
{
border-color: #DA347F;
}
</style>