Shades of Deep Cerise #DA3E93
Tints of Deep Cerise #DA3E93
RGB
CMYK
RGB Variations
Color information
#DA3E93 (or 0xDA3E93) is known color: Deep Cerise. HEX triplet: DA, 3E and 93. RGB value is (218,62,147). Sum of RGB (Red+Green+Blue) = 218+62+147=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3E93 is #25C16C. Grayscale: #767676. Windows color (decimal): -2474349 or 9649882. OLE color: 9649882.
HSL color Cylindrical-coordinate representation of color #DA3E93: hue angle of 327.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3E93 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 147 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.15 |
| HSL | 327.31º | 0.68% | 0.55% | - |
| HSV(B) | 327.31º | 0.72% | 0.85% | - |
| XYZ | 35.9 | 20.46 | 29.66 | - |
| YUV | 118.33 | 144.18 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 147 | 0 | 0.72 | 0.33 | 0.15 | 327.31 | 0.68 | 0.55 |
| Hex | DA | 3E | 93 | 0 | 48 | 21 | F | 147 | 44 | 37 |
| Octal | 332 | 76 | 223 | 0 | 110 | 41 | 17 | 507 | 104 | 67 |
| Binary | 11011010 | 111110 | 10010011 | 0 | 1001000 | 100001 | 1111 | 101000111 | 1000100 | 110111 |
Color Harmonies of #DA3E93
Complementary color
Monochromatic Colors of #DA3E93
Black with #DA3E93
Text Example
Text Example
White with #DA3E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E93; }
p { color: rgb(218,62,147); }
H1.HeaderClassName
{
color: #DA3E93;
}
.AnyTagClassName
{
color: #DA3E93;
}
</style>
background-color css
<style>
a { background-color: #DA3E93; }
a { background-color: rgb(218,62,147); }
div.DivClassName
{
background-color: #DA3E93;
}
.BgClassName
{
background-color: #DA3E93;
}
</style>
border-color css
<style>
span { border-color: #DA3E93; }
span { border-color: rgb(218,62,147); }
td.TdClassName
{
border-color: #DA3E93;
}
.TagClassName
{
border-color: #DA3E93;
}
</style>