Shades of Deep Cerise #DA349C
Tints of Deep Cerise #DA349C
RGB
CMYK
RGB Variations
Color information
#DA349C (or 0xDA349C) is known color: Deep Cerise. HEX triplet: DA, 34 and 9C. RGB value is (218,52,156). Sum of RGB (Red+Green+Blue) = 218+52+156=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA349C is #25CB63. Grayscale: #717171. Windows color (decimal): -2476900 or 10237146. OLE color: 10237146.
HSL color Cylindrical-coordinate representation of color #DA349C: hue angle of 322.41º 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 #DA349C is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 156 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.15 |
| HSL | 322.41º | 0.69% | 0.53% | - |
| HSV(B) | 322.41º | 0.76% | 0.85% | - |
| XYZ | 36.14 | 19.76 | 33.36 | - |
| YUV | 113.49 | 152 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 156 | 0 | 0.76 | 0.28 | 0.15 | 322.41 | 0.69 | 0.53 |
| Hex | DA | 34 | 9C | 0 | 4C | 1C | F | 142 | 45 | 35 |
| Octal | 332 | 64 | 234 | 0 | 114 | 34 | 17 | 502 | 105 | 65 |
| Binary | 11011010 | 110100 | 10011100 | 0 | 1001100 | 11100 | 1111 | 101000010 | 1000101 | 110101 |
Color Harmonies of #DA349C
Complementary color
Monochromatic Colors of #DA349C
Black with #DA349C
Text Example
Text Example
White with #DA349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA349C; }
p { color: rgb(218,52,156); }
H1.HeaderClassName
{
color: #DA349C;
}
.AnyTagClassName
{
color: #DA349C;
}
</style>
background-color css
<style>
a { background-color: #DA349C; }
a { background-color: rgb(218,52,156); }
div.DivClassName
{
background-color: #DA349C;
}
.BgClassName
{
background-color: #DA349C;
}
</style>
border-color css
<style>
span { border-color: #DA349C; }
span { border-color: rgb(218,52,156); }
td.TdClassName
{
border-color: #DA349C;
}
.TagClassName
{
border-color: #DA349C;
}
</style>