Html Css Color HEX #D85AD0 Free Speech Magenta
📋 copy color: '#D85AD0'red 216 ◦ green 90 ◦ blue 208
Shades of Free Speech Magenta #D85AD0
Tints of Free Speech Magenta #D85AD0
RGB
CMYK
RGB Variations
Color information
#D85AD0 (or 0xD85AD0) is known color: Free Speech Magenta. HEX triplet: D8, 5A and D0. RGB value is (216,90,208). Sum of RGB (Red+Green+Blue) = 216+90+208=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85AD0 is #27A52F. Grayscale: #8C8C8C. Windows color (decimal): -2598192 or 13654744. OLE color: 13654744.
HSL color Cylindrical-coordinate representation of color #D85AD0: hue angle of 303.81º 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 #D85AD0 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 208 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.15 |
| HSL | 303.81º | 0.62% | 0.6% | - |
| HSV(B) | 303.81º | 0.58% | 0.85% | - |
| XYZ | 43.36 | 26.47 | 62.5 | - |
| YUV | 141.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 208 | 0 | 0.58 | 0.04 | 0.15 | 303.81 | 0.62 | 0.6 |
| Hex | D8 | 5A | D0 | 0 | 3A | 4 | F | 130 | 3E | 3C |
| Octal | 330 | 132 | 320 | 0 | 72 | 4 | 17 | 460 | 76 | 74 |
| Binary | 11011000 | 1011010 | 11010000 | 0 | 111010 | 100 | 1111 | 100110000 | 111110 | 111100 |
Color Harmonies of #D85AD0
Complementary color
Monochromatic Colors of #D85AD0
Black with #D85AD0
Text Example
Text Example
White with #D85AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AD0; }
p { color: rgb(216,90,208); }
H1.HeaderClassName
{
color: #D85AD0;
}
.AnyTagClassName
{
color: #D85AD0;
}
</style>
background-color css
<style>
a { background-color: #D85AD0; }
a { background-color: rgb(216,90,208); }
div.DivClassName
{
background-color: #D85AD0;
}
.BgClassName
{
background-color: #D85AD0;
}
</style>
border-color css
<style>
span { border-color: #D85AD0; }
span { border-color: rgb(216,90,208); }
td.TdClassName
{
border-color: #D85AD0;
}
.TagClassName
{
border-color: #D85AD0;
}
</style>