Html Css Color HEX #D82EDB Free Speech Magenta
📋 copy color: '#D82EDB'red 216 ◦ green 46 ◦ blue 219
Shades of Free Speech Magenta #D82EDB
Tints of Free Speech Magenta #D82EDB
RGB
CMYK
RGB Variations
Color information
#D82EDB (or 0xD82EDB) is known color: Free Speech Magenta. HEX triplet: D8, 2E and DB. RGB value is (216,46,219). Sum of RGB (Red+Green+Blue) = 216+46+219=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 46 (18.36% from 255 or 9.56% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #D82EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82EDB is #27D124. Grayscale: #747474. Windows color (decimal): -2609445 or 14364376. OLE color: 14364376.
HSL color Cylindrical-coordinate representation of color #D82EDB: hue angle of 298.96º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82EDB is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 46 | 219 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.14 |
| HSL | 298.96º | 0.71% | 0.52% | - |
| HSV(B) | 298.96º | 0.79% | 0.86% | - |
| XYZ | 42.08 | 21.67 | 68.98 | - |
| YUV | 116.55 | 185.82 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 46 | 219 | 0.01 | 0.79 | 0 | 0.14 | 298.96 | 0.71 | 0.52 |
| Hex | D8 | 2E | DB | 1 | 4F | 0 | E | 12B | 47 | 34 |
| Octal | 330 | 56 | 333 | 1 | 117 | 0 | 16 | 453 | 107 | 64 |
| Binary | 11011000 | 101110 | 11011011 | 1 | 1001111 | 0 | 1110 | 100101011 | 1000111 | 110100 |
Color Harmonies of #D82EDB
Complementary color
Monochromatic Colors of #D82EDB
Black with #D82EDB
Text Example
Text Example
White with #D82EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82EDB; }
p { color: rgb(216,46,219); }
H1.HeaderClassName
{
color: #D82EDB;
}
.AnyTagClassName
{
color: #D82EDB;
}
</style>
background-color css
<style>
a { background-color: #D82EDB; }
a { background-color: rgb(216,46,219); }
div.DivClassName
{
background-color: #D82EDB;
}
.BgClassName
{
background-color: #D82EDB;
}
</style>
border-color css
<style>
span { border-color: #D82EDB; }
span { border-color: rgb(216,46,219); }
td.TdClassName
{
border-color: #D82EDB;
}
.TagClassName
{
border-color: #D82EDB;
}
</style>