Html Css Color HEX #D85ECF Free Speech Magenta
📋 copy color: '#D85ECF'red 216 ◦ green 94 ◦ blue 207
Shades of Free Speech Magenta #D85ECF
Tints of Free Speech Magenta #D85ECF
RGB
CMYK
RGB Variations
Color information
#D85ECF (or 0xD85ECF) is known color: Free Speech Magenta. HEX triplet: D8, 5E and CF. RGB value is (216,94,207). Sum of RGB (Red+Green+Blue) = 216+94+207=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ECF is #27A130. Grayscale: #8F8F8F. Windows color (decimal): -2597169 or 13590232. OLE color: 13590232.
HSL color Cylindrical-coordinate representation of color #D85ECF: hue angle of 304.43º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85ECF is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 207 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.15 |
| HSL | 304.43º | 0.61% | 0.61% | - |
| HSV(B) | 304.43º | 0.56% | 0.85% | - |
| XYZ | 43.58 | 27.11 | 61.97 | - |
| YUV | 143.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 207 | 0 | 0.56 | 0.04 | 0.15 | 304.43 | 0.61 | 0.61 |
| Hex | D8 | 5E | CF | 0 | 38 | 4 | F | 130 | 3D | 3D |
| Octal | 330 | 136 | 317 | 0 | 70 | 4 | 17 | 460 | 75 | 75 |
| Binary | 11011000 | 1011110 | 11001111 | 0 | 111000 | 100 | 1111 | 100110000 | 111101 | 111101 |
Color Harmonies of #D85ECF
Complementary color
Monochromatic Colors of #D85ECF
Black with #D85ECF
Text Example
Text Example
White with #D85ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85ECF; }
p { color: rgb(216,94,207); }
H1.HeaderClassName
{
color: #D85ECF;
}
.AnyTagClassName
{
color: #D85ECF;
}
</style>
background-color css
<style>
a { background-color: #D85ECF; }
a { background-color: rgb(216,94,207); }
div.DivClassName
{
background-color: #D85ECF;
}
.BgClassName
{
background-color: #D85ECF;
}
</style>
border-color css
<style>
span { border-color: #D85ECF; }
span { border-color: rgb(216,94,207); }
td.TdClassName
{
border-color: #D85ECF;
}
.TagClassName
{
border-color: #D85ECF;
}
</style>