Shades of Deep Cerise #DA34A7
Tints of Deep Cerise #DA34A7
RGB
CMYK
RGB Variations
Color information
#DA34A7 (or 0xDA34A7) is known color: Deep Cerise. HEX triplet: DA, 34 and A7. RGB value is (218,52,167). Sum of RGB (Red+Green+Blue) = 218+52+167=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA34A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA34A7 is #25CB58. Grayscale: #727272. Windows color (decimal): -2476889 or 10958042. OLE color: 10958042.
HSL color Cylindrical-coordinate representation of color #DA34A7: hue angle of 318.43º 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 #DA34A7 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 167 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.15 |
| HSL | 318.43º | 0.69% | 0.53% | - |
| HSV(B) | 318.43º | 0.76% | 0.85% | - |
| XYZ | 37.12 | 20.15 | 38.49 | - |
| YUV | 114.74 | 157.5 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 167 | 0 | 0.76 | 0.23 | 0.15 | 318.43 | 0.69 | 0.53 |
| Hex | DA | 34 | A7 | 0 | 4C | 17 | F | 13E | 45 | 35 |
| Octal | 332 | 64 | 247 | 0 | 114 | 27 | 17 | 476 | 105 | 65 |
| Binary | 11011010 | 110100 | 10100111 | 0 | 1001100 | 10111 | 1111 | 100111110 | 1000101 | 110101 |
Color Harmonies of #DA34A7
Complementary color
Monochromatic Colors of #DA34A7
Black with #DA34A7
Text Example
Text Example
White with #DA34A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA34A7; }
p { color: rgb(218,52,167); }
H1.HeaderClassName
{
color: #DA34A7;
}
.AnyTagClassName
{
color: #DA34A7;
}
</style>
background-color css
<style>
a { background-color: #DA34A7; }
a { background-color: rgb(218,52,167); }
div.DivClassName
{
background-color: #DA34A7;
}
.BgClassName
{
background-color: #DA34A7;
}
</style>
border-color css
<style>
span { border-color: #DA34A7; }
span { border-color: rgb(218,52,167); }
td.TdClassName
{
border-color: #DA34A7;
}
.TagClassName
{
border-color: #DA34A7;
}
</style>