Html Css Color HEX #DB30DD Free Speech Magenta
📋 copy color: '#DB30DD'red 219 ◦ green 48 ◦ blue 221
Shades of Free Speech Magenta #DB30DD
Tints of Free Speech Magenta #DB30DD
RGB
CMYK
RGB Variations
Color information
#DB30DD (or 0xDB30DD) is known color: Free Speech Magenta. HEX triplet: DB, 30 and DD. RGB value is (219,48,221). Sum of RGB (Red+Green+Blue) = 219+48+221=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB30DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30DD is #24CF22. Grayscale: #767676. Windows color (decimal): -2412323 or 14495963. OLE color: 14495963.
HSL color Cylindrical-coordinate representation of color #DB30DD: hue angle of 299.31º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB30DD is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 48 | 221 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.13 |
| HSL | 299.31º | 0.72% | 0.53% | - |
| HSV(B) | 299.31º | 0.78% | 0.87% | - |
| XYZ | 43.32 | 22.39 | 70.45 | - |
| YUV | 118.85 | 185.65 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 221 | 0.01 | 0.78 | 0 | 0.13 | 299.31 | 0.72 | 0.53 |
| Hex | DB | 30 | DD | 1 | 4E | 0 | D | 12B | 48 | 35 |
| Octal | 333 | 60 | 335 | 1 | 116 | 0 | 15 | 453 | 110 | 65 |
| Binary | 11011011 | 110000 | 11011101 | 1 | 1001110 | 0 | 1101 | 100101011 | 1001000 | 110101 |
Color Harmonies of #DB30DD
Complementary color
Monochromatic Colors of #DB30DD
Black with #DB30DD
Text Example
Text Example
White with #DB30DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30DD; }
p { color: rgb(219,48,221); }
H1.HeaderClassName
{
color: #DB30DD;
}
.AnyTagClassName
{
color: #DB30DD;
}
</style>
background-color css
<style>
a { background-color: #DB30DD; }
a { background-color: rgb(219,48,221); }
div.DivClassName
{
background-color: #DB30DD;
}
.BgClassName
{
background-color: #DB30DD;
}
</style>
border-color css
<style>
span { border-color: #DB30DD; }
span { border-color: rgb(219,48,221); }
td.TdClassName
{
border-color: #DB30DD;
}
.TagClassName
{
border-color: #DB30DD;
}
</style>