Html Css Color HEX #DB30E0 Free Speech Magenta
📋 copy color: '#DB30E0'red 219 ◦ green 48 ◦ blue 224
Shades of Free Speech Magenta #DB30E0
Tints of Free Speech Magenta #DB30E0
RGB
CMYK
RGB Variations
Color information
#DB30E0 (or 0xDB30E0) is known color: Free Speech Magenta. HEX triplet: DB, 30 and E0. RGB value is (219,48,224). Sum of RGB (Red+Green+Blue) = 219+48+224=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB30E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30E0 is #24CF1F. Grayscale: #767676. Windows color (decimal): -2412320 or 14692571. OLE color: 14692571.
HSL color Cylindrical-coordinate representation of color #DB30E0: hue angle of 298.3º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB30E0 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 48 | 224 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.12 |
| HSL | 298.3º | 0.74% | 0.53% | - |
| HSV(B) | 298.3º | 0.79% | 0.88% | - |
| XYZ | 43.72 | 22.56 | 72.57 | - |
| YUV | 119.19 | 187.15 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 224 | 0.02 | 0.79 | 0 | 0.12 | 298.3 | 0.74 | 0.53 |
| Hex | DB | 30 | E0 | 2 | 4F | 0 | C | 12A | 4A | 35 |
| Octal | 333 | 60 | 340 | 2 | 117 | 0 | 14 | 452 | 112 | 65 |
| Binary | 11011011 | 110000 | 11100000 | 10 | 1001111 | 0 | 1100 | 100101010 | 1001010 | 110101 |
Color Harmonies of #DB30E0
Complementary color
Monochromatic Colors of #DB30E0
Black with #DB30E0
Text Example
Text Example
White with #DB30E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30E0; }
p { color: rgb(219,48,224); }
H1.HeaderClassName
{
color: #DB30E0;
}
.AnyTagClassName
{
color: #DB30E0;
}
</style>
background-color css
<style>
a { background-color: #DB30E0; }
a { background-color: rgb(219,48,224); }
div.DivClassName
{
background-color: #DB30E0;
}
.BgClassName
{
background-color: #DB30E0;
}
</style>
border-color css
<style>
span { border-color: #DB30E0; }
span { border-color: rgb(219,48,224); }
td.TdClassName
{
border-color: #DB30E0;
}
.TagClassName
{
border-color: #DB30E0;
}
</style>