Shades of Deep Cerise #DA317B
Tints of Deep Cerise #DA317B
RGB
CMYK
RGB Variations
Color information
#DA317B (or 0xDA317B) is known color: Deep Cerise. HEX triplet: DA, 31 and 7B. RGB value is (218,49,123). Sum of RGB (Red+Green+Blue) = 218+49+123=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA317B is #25CE84. Grayscale: #6B6B6B. Windows color (decimal): -2477701 or 8073690. OLE color: 8073690.
HSL color Cylindrical-coordinate representation of color #DA317B: hue angle of 333.73º 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 #DA317B is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 123 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.15 |
| HSL | 333.73º | 0.7% | 0.52% | - |
| HSV(B) | 333.73º | 0.78% | 0.85% | - |
| XYZ | 33.59 | 18.53 | 20.55 | - |
| YUV | 107.97 | 136.49 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 123 | 0 | 0.78 | 0.44 | 0.15 | 333.73 | 0.7 | 0.52 |
| Hex | DA | 31 | 7B | 0 | 4E | 2C | F | 14E | 46 | 34 |
| Octal | 332 | 61 | 173 | 0 | 116 | 54 | 17 | 516 | 106 | 64 |
| Binary | 11011010 | 110001 | 1111011 | 0 | 1001110 | 101100 | 1111 | 101001110 | 1000110 | 110100 |
Color Harmonies of #DA317B
Complementary color
Monochromatic Colors of #DA317B
Black with #DA317B
Text Example
Text Example
White with #DA317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA317B; }
p { color: rgb(218,49,123); }
H1.HeaderClassName
{
color: #DA317B;
}
.AnyTagClassName
{
color: #DA317B;
}
</style>
background-color css
<style>
a { background-color: #DA317B; }
a { background-color: rgb(218,49,123); }
div.DivClassName
{
background-color: #DA317B;
}
.BgClassName
{
background-color: #DA317B;
}
</style>
border-color css
<style>
span { border-color: #DA317B; }
span { border-color: rgb(218,49,123); }
td.TdClassName
{
border-color: #DA317B;
}
.TagClassName
{
border-color: #DA317B;
}
</style>