Html Css Color HEX #D84FDC Free Speech Magenta
📋 copy color: '#D84FDC'red 216 ◦ green 79 ◦ blue 220
Shades of Free Speech Magenta #D84FDC
Tints of Free Speech Magenta #D84FDC
RGB
CMYK
RGB Variations
Color information
#D84FDC (or 0xD84FDC) is known color: Free Speech Magenta. HEX triplet: D8, 4F and DC. RGB value is (216,79,220). Sum of RGB (Red+Green+Blue) = 216+79+220=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #D84FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84FDC is #27B023. Grayscale: #878787. Windows color (decimal): -2600996 or 14438360. OLE color: 14438360.
HSL color Cylindrical-coordinate representation of color #D84FDC: hue angle of 298.3º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84FDC is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 79 | 220 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.14 |
| HSL | 298.3º | 0.67% | 0.59% | - |
| HSV(B) | 298.3º | 0.64% | 0.86% | - |
| XYZ | 44.03 | 25.36 | 70.28 | - |
| YUV | 136.04 | 175.39 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 220 | 0.02 | 0.64 | 0 | 0.14 | 298.3 | 0.67 | 0.59 |
| Hex | D8 | 4F | DC | 2 | 40 | 0 | E | 12A | 43 | 3B |
| Octal | 330 | 117 | 334 | 2 | 100 | 0 | 16 | 452 | 103 | 73 |
| Binary | 11011000 | 1001111 | 11011100 | 10 | 1000000 | 0 | 1110 | 100101010 | 1000011 | 111011 |
Color Harmonies of #D84FDC
Complementary color
Monochromatic Colors of #D84FDC
Black with #D84FDC
Text Example
Text Example
White with #D84FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84FDC; }
p { color: rgb(216,79,220); }
H1.HeaderClassName
{
color: #D84FDC;
}
.AnyTagClassName
{
color: #D84FDC;
}
</style>
background-color css
<style>
a { background-color: #D84FDC; }
a { background-color: rgb(216,79,220); }
div.DivClassName
{
background-color: #D84FDC;
}
.BgClassName
{
background-color: #D84FDC;
}
</style>
border-color css
<style>
span { border-color: #D84FDC; }
span { border-color: rgb(216,79,220); }
td.TdClassName
{
border-color: #D84FDC;
}
.TagClassName
{
border-color: #D84FDC;
}
</style>