Shades of Deep Cerise #DA3B8F
Tints of Deep Cerise #DA3B8F
RGB
CMYK
RGB Variations
Color information
#DA3B8F (or 0xDA3B8F) is known color: Deep Cerise. HEX triplet: DA, 3B and 8F. RGB value is (218,59,143). Sum of RGB (Red+Green+Blue) = 218+59+143=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3B8F is #25C470. Grayscale: #737373. Windows color (decimal): -2475121 or 9386970. OLE color: 9386970.
HSL color Cylindrical-coordinate representation of color #DA3B8F: hue angle of 328.3º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3B8F is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 59 | 143 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.15 |
| HSL | 328.3º | 0.68% | 0.54% | - |
| HSV(B) | 328.3º | 0.73% | 0.85% | - |
| XYZ | 35.44 | 20.02 | 27.98 | - |
| YUV | 116.12 | 143.18 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 59 | 143 | 0 | 0.73 | 0.34 | 0.15 | 328.3 | 0.68 | 0.54 |
| Hex | DA | 3B | 8F | 0 | 49 | 22 | F | 148 | 44 | 36 |
| Octal | 332 | 73 | 217 | 0 | 111 | 42 | 17 | 510 | 104 | 66 |
| Binary | 11011010 | 111011 | 10001111 | 0 | 1001001 | 100010 | 1111 | 101001000 | 1000100 | 110110 |
Color Harmonies of #DA3B8F
Complementary color
Monochromatic Colors of #DA3B8F
Black with #DA3B8F
Text Example
Text Example
White with #DA3B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3B8F; }
p { color: rgb(218,59,143); }
H1.HeaderClassName
{
color: #DA3B8F;
}
.AnyTagClassName
{
color: #DA3B8F;
}
</style>
background-color css
<style>
a { background-color: #DA3B8F; }
a { background-color: rgb(218,59,143); }
div.DivClassName
{
background-color: #DA3B8F;
}
.BgClassName
{
background-color: #DA3B8F;
}
</style>
border-color css
<style>
span { border-color: #DA3B8F; }
span { border-color: rgb(218,59,143); }
td.TdClassName
{
border-color: #DA3B8F;
}
.TagClassName
{
border-color: #DA3B8F;
}
</style>