Html Css Color HEX #D754ED Free Speech Magenta
📋 copy color: '#D754ED'red 215 ◦ green 84 ◦ blue 237
Shades of Free Speech Magenta #D754ED
Tints of Free Speech Magenta #D754ED
RGB
CMYK
RGB Variations
Color information
#D754ED (or 0xD754ED) is known color: Free Speech Magenta. HEX triplet: D7, 54 and ED. RGB value is (215,84,237). Sum of RGB (Red+Green+Blue) = 215+84+237=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 84 (33.20% from 255 or 15.67% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #D754ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D754ED is #28AB12. Grayscale: #8C8C8C. Windows color (decimal): -2665235 or 15553751. OLE color: 15553751.
HSL color Cylindrical-coordinate representation of color #D754ED: hue angle of 291.37º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D754ED is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 84 | 237 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.07 |
| HSL | 291.37º | 0.81% | 0.63% | - |
| HSV(B) | 291.37º | 0.65% | 0.93% | - |
| XYZ | 46.48 | 26.9 | 82.86 | - |
| YUV | 140.61 | 182.4 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 237 | 0.09 | 0.65 | 0 | 0.07 | 291.37 | 0.81 | 0.63 |
| Hex | D7 | 54 | ED | 9 | 41 | 0 | 7 | 123 | 51 | 3F |
| Octal | 327 | 124 | 355 | 11 | 101 | 0 | 7 | 443 | 121 | 77 |
| Binary | 11010111 | 1010100 | 11101101 | 1001 | 1000001 | 0 | 111 | 100100011 | 1010001 | 111111 |
Color Harmonies of #D754ED
Complementary color
Monochromatic Colors of #D754ED
Black with #D754ED
Text Example
Text Example
White with #D754ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754ED; }
p { color: rgb(215,84,237); }
H1.HeaderClassName
{
color: #D754ED;
}
.AnyTagClassName
{
color: #D754ED;
}
</style>
background-color css
<style>
a { background-color: #D754ED; }
a { background-color: rgb(215,84,237); }
div.DivClassName
{
background-color: #D754ED;
}
.BgClassName
{
background-color: #D754ED;
}
</style>
border-color css
<style>
span { border-color: #D754ED; }
span { border-color: rgb(215,84,237); }
td.TdClassName
{
border-color: #D754ED;
}
.TagClassName
{
border-color: #D754ED;
}
</style>