Shades of Deep Cerise #DA317A
Tints of Deep Cerise #DA317A
RGB
CMYK
RGB Variations
Color information
#DA317A (or 0xDA317A) is known color: Deep Cerise. HEX triplet: DA, 31 and 7A. RGB value is (218,49,122). Sum of RGB (Red+Green+Blue) = 218+49+122=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA317A is #25CE85. Grayscale: #6B6B6B. Windows color (decimal): -2477702 or 8008154. OLE color: 8008154.
HSL color Cylindrical-coordinate representation of color #DA317A: hue angle of 334.08º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA317A is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 122 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.15 |
| HSL | 334.08º | 0.7% | 0.52% | - |
| HSV(B) | 334.08º | 0.78% | 0.85% | - |
| XYZ | 33.52 | 18.51 | 20.22 | - |
| YUV | 107.85 | 135.99 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 122 | 0 | 0.78 | 0.44 | 0.15 | 334.08 | 0.7 | 0.52 |
| Hex | DA | 31 | 7A | 0 | 4E | 2C | F | 14E | 46 | 34 |
| Octal | 332 | 61 | 172 | 0 | 116 | 54 | 17 | 516 | 106 | 64 |
| Binary | 11011010 | 110001 | 1111010 | 0 | 1001110 | 101100 | 1111 | 101001110 | 1000110 | 110100 |
Color Harmonies of #DA317A
Complementary color
Monochromatic Colors of #DA317A
Black with #DA317A
Text Example
Text Example
White with #DA317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA317A; }
p { color: rgb(218,49,122); }
H1.HeaderClassName
{
color: #DA317A;
}
.AnyTagClassName
{
color: #DA317A;
}
</style>
background-color css
<style>
a { background-color: #DA317A; }
a { background-color: rgb(218,49,122); }
div.DivClassName
{
background-color: #DA317A;
}
.BgClassName
{
background-color: #DA317A;
}
</style>
border-color css
<style>
span { border-color: #DA317A; }
span { border-color: rgb(218,49,122); }
td.TdClassName
{
border-color: #DA317A;
}
.TagClassName
{
border-color: #DA317A;
}
</style>