Shades of Deep Cerise #DA3FA5
Tints of Deep Cerise #DA3FA5
RGB
CMYK
RGB Variations
Color information
#DA3FA5 (or 0xDA3FA5) is known color: Deep Cerise. HEX triplet: DA, 3F and A5. RGB value is (218,63,165). Sum of RGB (Red+Green+Blue) = 218+63+165=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3FA5 is #25C05A. Grayscale: #787878. Windows color (decimal): -2474075 or 10829786. OLE color: 10829786.
HSL color Cylindrical-coordinate representation of color #DA3FA5: hue angle of 320.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA3FA5 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 165 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.15 |
| HSL | 320.52º | 0.68% | 0.55% | - |
| HSV(B) | 320.52º | 0.71% | 0.85% | - |
| XYZ | 37.48 | 21.18 | 37.71 | - |
| YUV | 120.97 | 152.85 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 165 | 0 | 0.71 | 0.24 | 0.15 | 320.52 | 0.68 | 0.55 |
| Hex | DA | 3F | A5 | 0 | 47 | 18 | F | 141 | 44 | 37 |
| Octal | 332 | 77 | 245 | 0 | 107 | 30 | 17 | 501 | 104 | 67 |
| Binary | 11011010 | 111111 | 10100101 | 0 | 1000111 | 11000 | 1111 | 101000001 | 1000100 | 110111 |
Color Harmonies of #DA3FA5
Complementary color
Monochromatic Colors of #DA3FA5
Black with #DA3FA5
Text Example
Text Example
White with #DA3FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3FA5; }
p { color: rgb(218,63,165); }
H1.HeaderClassName
{
color: #DA3FA5;
}
.AnyTagClassName
{
color: #DA3FA5;
}
</style>
background-color css
<style>
a { background-color: #DA3FA5; }
a { background-color: rgb(218,63,165); }
div.DivClassName
{
background-color: #DA3FA5;
}
.BgClassName
{
background-color: #DA3FA5;
}
</style>
border-color css
<style>
span { border-color: #DA3FA5; }
span { border-color: rgb(218,63,165); }
td.TdClassName
{
border-color: #DA3FA5;
}
.TagClassName
{
border-color: #DA3FA5;
}
</style>