Html Css Color HEX #D84FDD Free Speech Magenta
📋 copy color: '#D84FDD'red 216 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #D84FDD
Tints of Free Speech Magenta #D84FDD
RGB
CMYK
RGB Variations
Color information
#D84FDD (or 0xD84FDD) is known color: Free Speech Magenta. HEX triplet: D8, 4F and DD. RGB value is (216,79,221). Sum of RGB (Red+Green+Blue) = 216+79+221=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #D84FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84FDD is #27B022. Grayscale: #878787. Windows color (decimal): -2600995 or 14503896. OLE color: 14503896.
HSL color Cylindrical-coordinate representation of color #D84FDD: hue angle of 297.89º 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 #D84FDD is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 79 | 221 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.13 |
| HSL | 297.89º | 0.68% | 0.59% | - |
| HSV(B) | 297.89º | 0.64% | 0.87% | - |
| XYZ | 44.17 | 25.41 | 70.98 | - |
| YUV | 136.15 | 175.89 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 221 | 0.02 | 0.64 | 0 | 0.13 | 297.89 | 0.68 | 0.59 |
| Hex | D8 | 4F | DD | 2 | 40 | 0 | D | 12A | 44 | 3B |
| Octal | 330 | 117 | 335 | 2 | 100 | 0 | 15 | 452 | 104 | 73 |
| Binary | 11011000 | 1001111 | 11011101 | 10 | 1000000 | 0 | 1101 | 100101010 | 1000100 | 111011 |
Color Harmonies of #D84FDD
Complementary color
Monochromatic Colors of #D84FDD
Black with #D84FDD
Text Example
Text Example
White with #D84FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84FDD; }
p { color: rgb(216,79,221); }
H1.HeaderClassName
{
color: #D84FDD;
}
.AnyTagClassName
{
color: #D84FDD;
}
</style>
background-color css
<style>
a { background-color: #D84FDD; }
a { background-color: rgb(216,79,221); }
div.DivClassName
{
background-color: #D84FDD;
}
.BgClassName
{
background-color: #D84FDD;
}
</style>
border-color css
<style>
span { border-color: #D84FDD; }
span { border-color: rgb(216,79,221); }
td.TdClassName
{
border-color: #D84FDD;
}
.TagClassName
{
border-color: #D84FDD;
}
</style>