Html Css Color HEX #D85ACE Free Speech Magenta
📋 copy color: '#D85ACE'red 216 ◦ green 90 ◦ blue 206
Shades of Free Speech Magenta #D85ACE
Tints of Free Speech Magenta #D85ACE
RGB
CMYK
RGB Variations
Color information
#D85ACE (or 0xD85ACE) is known color: Free Speech Magenta. HEX triplet: D8, 5A and CE. RGB value is (216,90,206). Sum of RGB (Red+Green+Blue) = 216+90+206=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ACE is #27A531. Grayscale: #8C8C8C. Windows color (decimal): -2598194 or 13523672. OLE color: 13523672.
HSL color Cylindrical-coordinate representation of color #D85ACE: hue angle of 304.76º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85ACE is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 206 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.15 |
| HSL | 304.76º | 0.62% | 0.6% | - |
| HSV(B) | 304.76º | 0.58% | 0.85% | - |
| XYZ | 43.12 | 26.37 | 61.21 | - |
| YUV | 140.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 206 | 0 | 0.58 | 0.05 | 0.15 | 304.76 | 0.62 | 0.6 |
| Hex | D8 | 5A | CE | 0 | 3A | 5 | F | 131 | 3E | 3C |
| Octal | 330 | 132 | 316 | 0 | 72 | 5 | 17 | 461 | 76 | 74 |
| Binary | 11011000 | 1011010 | 11001110 | 0 | 111010 | 101 | 1111 | 100110001 | 111110 | 111100 |
Color Harmonies of #D85ACE
Complementary color
Monochromatic Colors of #D85ACE
Black with #D85ACE
Text Example
Text Example
White with #D85ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85ACE; }
p { color: rgb(216,90,206); }
H1.HeaderClassName
{
color: #D85ACE;
}
.AnyTagClassName
{
color: #D85ACE;
}
</style>
background-color css
<style>
a { background-color: #D85ACE; }
a { background-color: rgb(216,90,206); }
div.DivClassName
{
background-color: #D85ACE;
}
.BgClassName
{
background-color: #D85ACE;
}
</style>
border-color css
<style>
span { border-color: #D85ACE; }
span { border-color: rgb(216,90,206); }
td.TdClassName
{
border-color: #D85ACE;
}
.TagClassName
{
border-color: #D85ACE;
}
</style>