Html Css Color HEX #D85AC0 Free Speech Magenta
📋 copy color: '#D85AC0'red 216 ◦ green 90 ◦ blue 192
Shades of Free Speech Magenta #D85AC0
Tints of Free Speech Magenta #D85AC0
RGB
CMYK
RGB Variations
Color information
#D85AC0 (or 0xD85AC0) is known color: Free Speech Magenta. HEX triplet: D8, 5A and C0. RGB value is (216,90,192). Sum of RGB (Red+Green+Blue) = 216+90+192=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85AC0 is #27A53F. Grayscale: #8B8B8B. Windows color (decimal): -2598208 or 12606168. OLE color: 12606168.
HSL color Cylindrical-coordinate representation of color #D85AC0: hue angle of 311.43º 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 #D85AC0 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 192 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.15 |
| HSL | 311.43º | 0.62% | 0.6% | - |
| HSV(B) | 311.43º | 0.58% | 0.85% | - |
| XYZ | 41.49 | 25.72 | 52.65 | - |
| YUV | 139.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 192 | 0 | 0.58 | 0.11 | 0.15 | 311.43 | 0.62 | 0.6 |
| Hex | D8 | 5A | C0 | 0 | 3A | B | F | 137 | 3E | 3C |
| Octal | 330 | 132 | 300 | 0 | 72 | 13 | 17 | 467 | 76 | 74 |
| Binary | 11011000 | 1011010 | 11000000 | 0 | 111010 | 1011 | 1111 | 100110111 | 111110 | 111100 |
Color Harmonies of #D85AC0
Complementary color
Monochromatic Colors of #D85AC0
Black with #D85AC0
Text Example
Text Example
White with #D85AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AC0; }
p { color: rgb(216,90,192); }
H1.HeaderClassName
{
color: #D85AC0;
}
.AnyTagClassName
{
color: #D85AC0;
}
</style>
background-color css
<style>
a { background-color: #D85AC0; }
a { background-color: rgb(216,90,192); }
div.DivClassName
{
background-color: #D85AC0;
}
.BgClassName
{
background-color: #D85AC0;
}
</style>
border-color css
<style>
span { border-color: #D85AC0; }
span { border-color: rgb(216,90,192); }
td.TdClassName
{
border-color: #D85AC0;
}
.TagClassName
{
border-color: #D85AC0;
}
</style>