Html Css Color HEX #DB4FDD Free Speech Magenta
📋 copy color: '#DB4FDD'red 219 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #DB4FDD
Tints of Free Speech Magenta #DB4FDD
RGB
CMYK
RGB Variations
Color information
#DB4FDD (or 0xDB4FDD) is known color: Free Speech Magenta. HEX triplet: DB, 4F and DD. RGB value is (219,79,221). Sum of RGB (Red+Green+Blue) = 219+79+221=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB4FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FDD is #24B022. Grayscale: #888888. Windows color (decimal): -2404387 or 14503899. OLE color: 14503899.
HSL color Cylindrical-coordinate representation of color #DB4FDD: hue angle of 299.15º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4FDD is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 79 | 221 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.13 |
| HSL | 299.15º | 0.68% | 0.59% | - |
| HSV(B) | 299.15º | 0.64% | 0.87% | - |
| XYZ | 45.06 | 25.87 | 71.03 | - |
| YUV | 137.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 221 | 0.01 | 0.64 | 0 | 0.13 | 299.15 | 0.68 | 0.59 |
| Hex | DB | 4F | DD | 1 | 40 | 0 | D | 12B | 44 | 3B |
| Octal | 333 | 117 | 335 | 1 | 100 | 0 | 15 | 453 | 104 | 73 |
| Binary | 11011011 | 1001111 | 11011101 | 1 | 1000000 | 0 | 1101 | 100101011 | 1000100 | 111011 |
Color Harmonies of #DB4FDD
Complementary color
Monochromatic Colors of #DB4FDD
Black with #DB4FDD
Text Example
Text Example
White with #DB4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FDD; }
p { color: rgb(219,79,221); }
H1.HeaderClassName
{
color: #DB4FDD;
}
.AnyTagClassName
{
color: #DB4FDD;
}
</style>
background-color css
<style>
a { background-color: #DB4FDD; }
a { background-color: rgb(219,79,221); }
div.DivClassName
{
background-color: #DB4FDD;
}
.BgClassName
{
background-color: #DB4FDD;
}
</style>
border-color css
<style>
span { border-color: #DB4FDD; }
span { border-color: rgb(219,79,221); }
td.TdClassName
{
border-color: #DB4FDD;
}
.TagClassName
{
border-color: #DB4FDD;
}
</style>