Html Css Color HEX #DB30DC Free Speech Magenta
📋 copy color: '#DB30DC'red 219 ◦ green 48 ◦ blue 220
Shades of Free Speech Magenta #DB30DC
Tints of Free Speech Magenta #DB30DC
RGB
CMYK
RGB Variations
Color information
#DB30DC (or 0xDB30DC) is known color: Free Speech Magenta. HEX triplet: DB, 30 and DC. RGB value is (219,48,220). Sum of RGB (Red+Green+Blue) = 219+48+220=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 48 (19.14% from 255 or 9.86% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB30DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30DC is #24CF23. Grayscale: #767676. Windows color (decimal): -2412324 or 14430427. OLE color: 14430427.
HSL color Cylindrical-coordinate representation of color #DB30DC: hue angle of 299.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB30DC is Cyan = 0.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 220 | - |
| CMYK | 0.00 | 0.78 | 0 | 0.14 |
| HSL | 299.65º | 0.71% | 0.53% | - |
| HSV(B) | 299.65º | 0.78% | 0.86% | - |
| XYZ | 43.19 | 22.34 | 69.75 | - |
| YUV | 118.74 | 185.15 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 220 | 0.00 | 0.78 | 0 | 0.14 | 299.65 | 0.71 | 0.53 |
| Hex | DB | 30 | DC | 0 | 4E | 0 | E | 12C | 47 | 35 |
| Octal | 333 | 60 | 334 | 0 | 116 | 0 | 16 | 454 | 107 | 65 |
| Binary | 11011011 | 110000 | 11011100 | 0 | 1001110 | 0 | 1110 | 100101100 | 1000111 | 110101 |
Color Harmonies of #DB30DC
Complementary color
Monochromatic Colors of #DB30DC
Black with #DB30DC
Text Example
Text Example
White with #DB30DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30DC; }
p { color: rgb(219,48,220); }
H1.HeaderClassName
{
color: #DB30DC;
}
.AnyTagClassName
{
color: #DB30DC;
}
</style>
background-color css
<style>
a { background-color: #DB30DC; }
a { background-color: rgb(219,48,220); }
div.DivClassName
{
background-color: #DB30DC;
}
.BgClassName
{
background-color: #DB30DC;
}
</style>
border-color css
<style>
span { border-color: #DB30DC; }
span { border-color: rgb(219,48,220); }
td.TdClassName
{
border-color: #DB30DC;
}
.TagClassName
{
border-color: #DB30DC;
}
</style>