Html Css Color HEX #D85BDA Free Speech Magenta
📋 copy color: '#D85BDA'red 216 ◦ green 91 ◦ blue 218
Shades of Free Speech Magenta #D85BDA
Tints of Free Speech Magenta #D85BDA
RGB
CMYK
RGB Variations
Color information
#D85BDA (or 0xD85BDA) is known color: Free Speech Magenta. HEX triplet: D8, 5B and DA. RGB value is (216,91,218). Sum of RGB (Red+Green+Blue) = 216+91+218=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #D85BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85BDA is #27A425. Grayscale: #8E8E8E. Windows color (decimal): -2597926 or 14310360. OLE color: 14310360.
HSL color Cylindrical-coordinate representation of color #D85BDA: hue angle of 299.06º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85BDA is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 218 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.15 |
| HSL | 299.06º | 0.63% | 0.61% | - |
| HSV(B) | 299.06º | 0.58% | 0.85% | - |
| XYZ | 44.71 | 27.14 | 69.21 | - |
| YUV | 142.85 | 170.41 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 218 | 0.01 | 0.58 | 0 | 0.15 | 299.06 | 0.63 | 0.61 |
| Hex | D8 | 5B | DA | 1 | 3A | 0 | F | 12B | 3F | 3D |
| Octal | 330 | 133 | 332 | 1 | 72 | 0 | 17 | 453 | 77 | 75 |
| Binary | 11011000 | 1011011 | 11011010 | 1 | 111010 | 0 | 1111 | 100101011 | 111111 | 111101 |
Color Harmonies of #D85BDA
Complementary color
Monochromatic Colors of #D85BDA
Black with #D85BDA
Text Example
Text Example
White with #D85BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BDA; }
p { color: rgb(216,91,218); }
H1.HeaderClassName
{
color: #D85BDA;
}
.AnyTagClassName
{
color: #D85BDA;
}
</style>
background-color css
<style>
a { background-color: #D85BDA; }
a { background-color: rgb(216,91,218); }
div.DivClassName
{
background-color: #D85BDA;
}
.BgClassName
{
background-color: #D85BDA;
}
</style>
border-color css
<style>
span { border-color: #D85BDA; }
span { border-color: rgb(216,91,218); }
td.TdClassName
{
border-color: #D85BDA;
}
.TagClassName
{
border-color: #D85BDA;
}
</style>