Html Css Color HEX #D84FDB Free Speech Magenta
📋 copy color: '#D84FDB'red 216 ◦ green 79 ◦ blue 219
Shades of Free Speech Magenta #D84FDB
Tints of Free Speech Magenta #D84FDB
RGB
CMYK
RGB Variations
Color information
#D84FDB (or 0xD84FDB) is known color: Free Speech Magenta. HEX triplet: D8, 4F and DB. RGB value is (216,79,219). Sum of RGB (Red+Green+Blue) = 216+79+219=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #D84FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84FDB is #27B024. Grayscale: #878787. Windows color (decimal): -2600997 or 14372824. OLE color: 14372824.
HSL color Cylindrical-coordinate representation of color #D84FDB: hue angle of 298.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84FDB is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 79 | 219 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.14 |
| HSL | 298.71º | 0.66% | 0.58% | - |
| HSV(B) | 298.71º | 0.64% | 0.86% | - |
| XYZ | 43.9 | 25.31 | 69.59 | - |
| YUV | 135.92 | 174.89 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 219 | 0.01 | 0.64 | 0 | 0.14 | 298.71 | 0.66 | 0.58 |
| Hex | D8 | 4F | DB | 1 | 40 | 0 | E | 12B | 42 | 3A |
| Octal | 330 | 117 | 333 | 1 | 100 | 0 | 16 | 453 | 102 | 72 |
| Binary | 11011000 | 1001111 | 11011011 | 1 | 1000000 | 0 | 1110 | 100101011 | 1000010 | 111010 |
Color Harmonies of #D84FDB
Complementary color
Monochromatic Colors of #D84FDB
Black with #D84FDB
Text Example
Text Example
White with #D84FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84FDB; }
p { color: rgb(216,79,219); }
H1.HeaderClassName
{
color: #D84FDB;
}
.AnyTagClassName
{
color: #D84FDB;
}
</style>
background-color css
<style>
a { background-color: #D84FDB; }
a { background-color: rgb(216,79,219); }
div.DivClassName
{
background-color: #D84FDB;
}
.BgClassName
{
background-color: #D84FDB;
}
</style>
border-color css
<style>
span { border-color: #D84FDB; }
span { border-color: rgb(216,79,219); }
td.TdClassName
{
border-color: #D84FDB;
}
.TagClassName
{
border-color: #D84FDB;
}
</style>