Shades of Deep Cerise #DA3080
Tints of Deep Cerise #DA3080
RGB
CMYK
RGB Variations
Color information
#DA3080 (or 0xDA3080) is known color: Deep Cerise. HEX triplet: DA, 30 and 80. RGB value is (218,48,128). Sum of RGB (Red+Green+Blue) = 218+48+128=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3080 is #25CF7F. Grayscale: #6B6B6B. Windows color (decimal): -2477952 or 8401114. OLE color: 8401114.
HSL color Cylindrical-coordinate representation of color #DA3080: hue angle of 331.76º 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 #DA3080 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 128 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.15 |
| HSL | 331.76º | 0.7% | 0.52% | - |
| HSV(B) | 331.76º | 0.78% | 0.85% | - |
| XYZ | 33.87 | 18.58 | 22.22 | - |
| YUV | 107.95 | 139.32 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 128 | 0 | 0.78 | 0.41 | 0.15 | 331.76 | 0.7 | 0.52 |
| Hex | DA | 30 | 80 | 0 | 4E | 29 | F | 14C | 46 | 34 |
| Octal | 332 | 60 | 200 | 0 | 116 | 51 | 17 | 514 | 106 | 64 |
| Binary | 11011010 | 110000 | 10000000 | 0 | 1001110 | 101001 | 1111 | 101001100 | 1000110 | 110100 |
Color Harmonies of #DA3080
Complementary color
Monochromatic Colors of #DA3080
Black with #DA3080
Text Example
Text Example
White with #DA3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3080; }
p { color: rgb(218,48,128); }
H1.HeaderClassName
{
color: #DA3080;
}
.AnyTagClassName
{
color: #DA3080;
}
</style>
background-color css
<style>
a { background-color: #DA3080; }
a { background-color: rgb(218,48,128); }
div.DivClassName
{
background-color: #DA3080;
}
.BgClassName
{
background-color: #DA3080;
}
</style>
border-color css
<style>
span { border-color: #DA3080; }
span { border-color: rgb(218,48,128); }
td.TdClassName
{
border-color: #DA3080;
}
.TagClassName
{
border-color: #DA3080;
}
</style>