Html Css Color HEX #D85EC6 Free Speech Magenta
📋 copy color: '#D85EC6'red 216 ◦ green 94 ◦ blue 198
Shades of Free Speech Magenta #D85EC6
Tints of Free Speech Magenta #D85EC6
RGB
CMYK
RGB Variations
Color information
#D85EC6 (or 0xD85EC6) is known color: Free Speech Magenta. HEX triplet: D8, 5E and C6. RGB value is (216,94,198). Sum of RGB (Red+Green+Blue) = 216+94+198=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D85EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85EC6 is #27A139. Grayscale: #8E8E8E. Windows color (decimal): -2597178 or 13000408. OLE color: 13000408.
HSL color Cylindrical-coordinate representation of color #D85EC6: hue angle of 308.85º 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 #D85EC6 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 198 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.15 |
| HSL | 308.85º | 0.61% | 0.61% | - |
| HSV(B) | 308.85º | 0.56% | 0.85% | - |
| XYZ | 42.51 | 26.68 | 56.34 | - |
| YUV | 142.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 198 | 0 | 0.56 | 0.08 | 0.15 | 308.85 | 0.61 | 0.61 |
| Hex | D8 | 5E | C6 | 0 | 38 | 8 | F | 135 | 3D | 3D |
| Octal | 330 | 136 | 306 | 0 | 70 | 10 | 17 | 465 | 75 | 75 |
| Binary | 11011000 | 1011110 | 11000110 | 0 | 111000 | 1000 | 1111 | 100110101 | 111101 | 111101 |
Color Harmonies of #D85EC6
Complementary color
Monochromatic Colors of #D85EC6
Black with #D85EC6
Text Example
Text Example
White with #D85EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85EC6; }
p { color: rgb(216,94,198); }
H1.HeaderClassName
{
color: #D85EC6;
}
.AnyTagClassName
{
color: #D85EC6;
}
</style>
background-color css
<style>
a { background-color: #D85EC6; }
a { background-color: rgb(216,94,198); }
div.DivClassName
{
background-color: #D85EC6;
}
.BgClassName
{
background-color: #D85EC6;
}
</style>
border-color css
<style>
span { border-color: #D85EC6; }
span { border-color: rgb(216,94,198); }
td.TdClassName
{
border-color: #D85EC6;
}
.TagClassName
{
border-color: #D85EC6;
}
</style>