Html Css Color HEX #D85BDD Free Speech Magenta
📋 copy color: '#D85BDD'red 216 ◦ green 91 ◦ blue 221
Shades of Free Speech Magenta #D85BDD
Tints of Free Speech Magenta #D85BDD
RGB
CMYK
RGB Variations
Color information
#D85BDD (or 0xD85BDD) is known color: Free Speech Magenta. HEX triplet: D8, 5B and DD. RGB value is (216,91,221). Sum of RGB (Red+Green+Blue) = 216+91+221=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #D85BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85BDD is #27A422. Grayscale: #8E8E8E. Windows color (decimal): -2597923 or 14506968. OLE color: 14506968.
HSL color Cylindrical-coordinate representation of color #D85BDD: hue angle of 297.69º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85BDD is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 91 | 221 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.13 |
| HSL | 297.69º | 0.66% | 0.61% | - |
| HSV(B) | 297.69º | 0.59% | 0.87% | - |
| XYZ | 45.11 | 27.3 | 71.3 | - |
| YUV | 143.2 | 171.91 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 221 | 0.02 | 0.59 | 0 | 0.13 | 297.69 | 0.66 | 0.61 |
| Hex | D8 | 5B | DD | 2 | 3B | 0 | D | 12A | 42 | 3D |
| Octal | 330 | 133 | 335 | 2 | 73 | 0 | 15 | 452 | 102 | 75 |
| Binary | 11011000 | 1011011 | 11011101 | 10 | 111011 | 0 | 1101 | 100101010 | 1000010 | 111101 |
Color Harmonies of #D85BDD
Complementary color
Monochromatic Colors of #D85BDD
Black with #D85BDD
Text Example
Text Example
White with #D85BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BDD; }
p { color: rgb(216,91,221); }
H1.HeaderClassName
{
color: #D85BDD;
}
.AnyTagClassName
{
color: #D85BDD;
}
</style>
background-color css
<style>
a { background-color: #D85BDD; }
a { background-color: rgb(216,91,221); }
div.DivClassName
{
background-color: #D85BDD;
}
.BgClassName
{
background-color: #D85BDD;
}
</style>
border-color css
<style>
span { border-color: #D85BDD; }
span { border-color: rgb(216,91,221); }
td.TdClassName
{
border-color: #D85BDD;
}
.TagClassName
{
border-color: #D85BDD;
}
</style>