Shades of Deep Cerise #DA3F8B
Tints of Deep Cerise #DA3F8B
RGB
CMYK
RGB Variations
Color information
#DA3F8B (or 0xDA3F8B) is known color: Deep Cerise. HEX triplet: DA, 3F and 8B. RGB value is (218,63,139). Sum of RGB (Red+Green+Blue) = 218+63+139=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3F8B is #25C074. Grayscale: #757575. Windows color (decimal): -2474101 or 9125850. OLE color: 9125850.
HSL color Cylindrical-coordinate representation of color #DA3F8B: hue angle of 330.58º 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 #DA3F8B is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 139 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.15 |
| HSL | 330.58º | 0.68% | 0.55% | - |
| HSV(B) | 330.58º | 0.71% | 0.85% | - |
| XYZ | 35.35 | 20.32 | 26.49 | - |
| YUV | 118.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 139 | 0 | 0.71 | 0.36 | 0.15 | 330.58 | 0.68 | 0.55 |
| Hex | DA | 3F | 8B | 0 | 47 | 24 | F | 14B | 44 | 37 |
| Octal | 332 | 77 | 213 | 0 | 107 | 44 | 17 | 513 | 104 | 67 |
| Binary | 11011010 | 111111 | 10001011 | 0 | 1000111 | 100100 | 1111 | 101001011 | 1000100 | 110111 |
Color Harmonies of #DA3F8B
Complementary color
Monochromatic Colors of #DA3F8B
Black with #DA3F8B
Text Example
Text Example
White with #DA3F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F8B; }
p { color: rgb(218,63,139); }
H1.HeaderClassName
{
color: #DA3F8B;
}
.AnyTagClassName
{
color: #DA3F8B;
}
</style>
background-color css
<style>
a { background-color: #DA3F8B; }
a { background-color: rgb(218,63,139); }
div.DivClassName
{
background-color: #DA3F8B;
}
.BgClassName
{
background-color: #DA3F8B;
}
</style>
border-color css
<style>
span { border-color: #DA3F8B; }
span { border-color: rgb(218,63,139); }
td.TdClassName
{
border-color: #DA3F8B;
}
.TagClassName
{
border-color: #DA3F8B;
}
</style>