#D854ED

Color #D854ED Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D854ED

Tints of Free Speech Magenta #D854ED

Color information

#D854ED (or 0xD854ED) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 54 and ED. RGB value is (216,84,237). Sum of RGB (Red+Green+Blue) = 216+84+237=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 84 (33.20% from 255 or 15.64% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #D854ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D854ED is #27AB12. Grayscale: #8C8C8C. Windows color (decimal): -2599699 or 15553752. OLE color: 15553752.

HSL color Cylindrical-coordinate representation of color #D854ED: hue angle of 291.76º 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 #D854ED is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21684237-
CMYK0.090.6500.07
HSL291.76º80.95%62.94%-
HSV(B)291.76º64.56%92.94%-
XYZ46.7827.0582.88-
YUV140.91182.23181.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 40.22%
GREEN value IS 84 (33.20% from 255) = 15.64%
BLUE value IS 237 (92.97% from 255) = 44.13%
R=40.22%
G=15.64%
B=44.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal216842370.090.6500.07291.7680.9562.94
HexD854ED94107124513f
Octal330124355111010744412177
Binary110110001010100111011011001100000101111001001001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D854ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D854ED; }

 p { color: rgb(216,84,237); }

 H1.HeaderClassName
 {
   color: #D854ED;
 }
 .AnyTagClassName
 {
   color: #D854ED;
 }
</style>
background-color css

<style>
 a { background-color: #D854ED; }

 a { background-color: rgb(216,84,237); }

 div.DivClassName
 {
   background-color: #D854ED;
 }
 .BgClassName
 {
   background-color: #D854ED;
 }
</style>
border-color css

<style>
 span { border-color: #D854ED; }

 span { border-color: rgb(216,84,237); }

 td.TdClassName
 {
   border-color: #D854ED;
 }
 .TagClassName
 {
   border-color: #D854ED;
 }
</style>