#D954EB

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

Shades of Free Speech Magenta #D954EB

Tints of Free Speech Magenta #D954EB

Color information

#D954EB (or 0xD954EB) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 54 and EB. RGB value is (217,84,235). Sum of RGB (Red+Green+Blue) = 217+84+235=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 84 (33.20% from 255 or 15.67% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #D954EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D954EB is #26AB14. Grayscale: #8C8C8C. Windows color (decimal): -2534165 or 15422681. OLE color: 15422681.

HSL color Cylindrical-coordinate representation of color #D954EB: hue angle of 292.85º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D954EB is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21784235-
CMYK0.080.6400.08
HSL292.85º79.06%62.55%-
HSV(B)292.85º64.26%92.16%-
XYZ46.7827.0981.36-
YUV140.98181.06182.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 84 (33.20% from 255) = 15.67%
BLUE value IS 235 (92.19% from 255) = 43.84%
R=40.49%
G=15.67%
B=43.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal217842350.080.6400.08292.8579.0662.55
HexD954EB840081254f3f
Octal3311243531010001044511777
Binary1101100110101001110101110001000000010001001001011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D954EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D954EB; }

 p { color: rgb(217,84,235); }

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

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

 a { background-color: rgb(217,84,235); }

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

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

 span { border-color: rgb(217,84,235); }

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