Html Css Color HEX #D85CE5 Free Speech Magenta
📋 copy color: '#D85CE5'red 216 ◦ green 92 ◦ blue 229
Shades of Free Speech Magenta #D85CE5
Tints of Free Speech Magenta #D85CE5
RGB
CMYK
RGB Variations
Color information
#D85CE5 (or 0xD85CE5) is known color: Free Speech Magenta. HEX triplet: D8, 5C and E5. RGB value is (216,92,229). Sum of RGB (Red+Green+Blue) = 216+92+229=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #D85CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85CE5 is #27A31A. Grayscale: #909090. Windows color (decimal): -2597659 or 15031512. OLE color: 15031512.
HSL color Cylindrical-coordinate representation of color #D85CE5: hue angle of 294.31º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85CE5 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 92 | 229 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.10 |
| HSL | 294.31º | 0.72% | 0.63% | - |
| HSV(B) | 294.31º | 0.6% | 0.9% | - |
| XYZ | 46.29 | 27.91 | 77.08 | - |
| YUV | 144.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 229 | 0.06 | 0.60 | 0 | 0.10 | 294.31 | 0.72 | 0.63 |
| Hex | D8 | 5C | E5 | 6 | 3C | 0 | A | 126 | 48 | 3F |
| Octal | 330 | 134 | 345 | 6 | 74 | 0 | 12 | 446 | 110 | 77 |
| Binary | 11011000 | 1011100 | 11100101 | 110 | 111100 | 0 | 1010 | 100100110 | 1001000 | 111111 |
Color Harmonies of #D85CE5
Complementary color
Monochromatic Colors of #D85CE5
Black with #D85CE5
Text Example
Text Example
White with #D85CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85CE5; }
p { color: rgb(216,92,229); }
H1.HeaderClassName
{
color: #D85CE5;
}
.AnyTagClassName
{
color: #D85CE5;
}
</style>
background-color css
<style>
a { background-color: #D85CE5; }
a { background-color: rgb(216,92,229); }
div.DivClassName
{
background-color: #D85CE5;
}
.BgClassName
{
background-color: #D85CE5;
}
</style>
border-color css
<style>
span { border-color: #D85CE5; }
span { border-color: rgb(216,92,229); }
td.TdClassName
{
border-color: #D85CE5;
}
.TagClassName
{
border-color: #D85CE5;
}
</style>