Html Css Color HEX #D85FDC Free Speech Magenta
📋 copy color: '#D85FDC'red 216 ◦ green 95 ◦ blue 220
Shades of Free Speech Magenta #D85FDC
Tints of Free Speech Magenta #D85FDC
RGB
CMYK
RGB Variations
Color information
#D85FDC (or 0xD85FDC) is known color: Free Speech Magenta. HEX triplet: D8, 5F and DC. RGB value is (216,95,220). Sum of RGB (Red+Green+Blue) = 216+95+220=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #D85FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85FDC is #27A023. Grayscale: #919191. Windows color (decimal): -2596900 or 14442456. OLE color: 14442456.
HSL color Cylindrical-coordinate representation of color #D85FDC: hue angle of 298.08º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85FDC is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 95 | 220 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.14 |
| HSL | 298.08º | 0.64% | 0.62% | - |
| HSV(B) | 298.08º | 0.57% | 0.86% | - |
| XYZ | 45.33 | 27.95 | 70.72 | - |
| YUV | 145.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 220 | 0.02 | 0.57 | 0 | 0.14 | 298.08 | 0.64 | 0.62 |
| Hex | D8 | 5F | DC | 2 | 39 | 0 | E | 12A | 40 | 3E |
| Octal | 330 | 137 | 334 | 2 | 71 | 0 | 16 | 452 | 100 | 76 |
| Binary | 11011000 | 1011111 | 11011100 | 10 | 111001 | 0 | 1110 | 100101010 | 1000000 | 111110 |
Color Harmonies of #D85FDC
Complementary color
Monochromatic Colors of #D85FDC
Black with #D85FDC
Text Example
Text Example
White with #D85FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85FDC; }
p { color: rgb(216,95,220); }
H1.HeaderClassName
{
color: #D85FDC;
}
.AnyTagClassName
{
color: #D85FDC;
}
</style>
background-color css
<style>
a { background-color: #D85FDC; }
a { background-color: rgb(216,95,220); }
div.DivClassName
{
background-color: #D85FDC;
}
.BgClassName
{
background-color: #D85FDC;
}
</style>
border-color css
<style>
span { border-color: #D85FDC; }
span { border-color: rgb(216,95,220); }
td.TdClassName
{
border-color: #D85FDC;
}
.TagClassName
{
border-color: #D85FDC;
}
</style>