#D854E7

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

Shades of Free Speech Magenta #D854E7

Tints of Free Speech Magenta #D854E7

Color information

#D854E7 (or 0xD854E7) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 54 and E7. RGB value is (216,84,231). Sum of RGB (Red+Green+Blue) = 216+84+231=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #D854E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D854E7 is #27AB18. Grayscale: #8B8B8B. Windows color (decimal): -2599705 or 15160536. OLE color: 15160536.

HSL color Cylindrical-coordinate representation of color #D854E7: hue angle of 293.88º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D854E7 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21684231-
CMYK0.060.6400.09
HSL293.88º75.38%61.76%-
HSV(B)293.88º63.64%90.59%-
XYZ45.9126.7178.34-
YUV140.23179.23182.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 84 (33.20% from 255) = 15.82%
BLUE value IS 231 (90.62% from 255) = 43.50%
R=40.68%
G=15.82%
B=43.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal216842310.060.6400.09293.8875.3861.76
HexD854E7640091264b3e
Octal330124347610001144611376
Binary110110001010100111001111101000000010011001001101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D854E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D854E7; }

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

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

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

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

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

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

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

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