Shades of Deep Cerise #DA308E
Tints of Deep Cerise #DA308E
RGB
CMYK
RGB Variations
Color information
#DA308E (or 0xDA308E) is known color: Deep Cerise. HEX triplet: DA, 30 and 8E. RGB value is (218,48,142). Sum of RGB (Red+Green+Blue) = 218+48+142=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA308E is #25CF71. Grayscale: #6D6D6D. Windows color (decimal): -2477938 or 9318618. OLE color: 9318618.
HSL color Cylindrical-coordinate representation of color #DA308E: hue angle of 326.82º 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 #DA308E is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 142 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.15 |
| HSL | 326.82º | 0.7% | 0.52% | - |
| HSV(B) | 326.82º | 0.78% | 0.85% | - |
| XYZ | 34.85 | 18.97 | 27.42 | - |
| YUV | 109.55 | 146.32 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 142 | 0 | 0.78 | 0.35 | 0.15 | 326.82 | 0.7 | 0.52 |
| Hex | DA | 30 | 8E | 0 | 4E | 23 | F | 147 | 46 | 34 |
| Octal | 332 | 60 | 216 | 0 | 116 | 43 | 17 | 507 | 106 | 64 |
| Binary | 11011010 | 110000 | 10001110 | 0 | 1001110 | 100011 | 1111 | 101000111 | 1000110 | 110100 |
Color Harmonies of #DA308E
Complementary color
Monochromatic Colors of #DA308E
Black with #DA308E
Text Example
Text Example
White with #DA308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA308E; }
p { color: rgb(218,48,142); }
H1.HeaderClassName
{
color: #DA308E;
}
.AnyTagClassName
{
color: #DA308E;
}
</style>
background-color css
<style>
a { background-color: #DA308E; }
a { background-color: rgb(218,48,142); }
div.DivClassName
{
background-color: #DA308E;
}
.BgClassName
{
background-color: #DA308E;
}
</style>
border-color css
<style>
span { border-color: #DA308E; }
span { border-color: rgb(218,48,142); }
td.TdClassName
{
border-color: #DA308E;
}
.TagClassName
{
border-color: #DA308E;
}
</style>