#D546EE

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

Shades of Free Speech Magenta #D546EE

Tints of Free Speech Magenta #D546EE

Color information

#D546EE (or 0xD546EE) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 46 and EE. RGB value is (213,70,238). Sum of RGB (Red+Green+Blue) = 213+70+238=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 70 (27.73% from 255 or 13.44% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #D546EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D546EE is #2AB911. Grayscale: #838383. Windows color (decimal): -2799890 or 15615701. OLE color: 15615701.

HSL color Cylindrical-coordinate representation of color #D546EE: hue angle of 291.07º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D546EE is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21370238-
CMYK0.110.7100.07
HSL291.07º83.17%60.39%-
HSV(B)291.07º70.59%93.33%-
XYZ45.0624.783.28-
YUV131.91187.88185.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 70 (27.73% from 255) = 13.44%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=40.88%
G=13.44%
B=45.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal213702380.110.7100.07291.0783.1760.39
HexD546EEB4707123533c
Octal325106356131070744312374
Binary110101011000110111011101011100011101111001000111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D546EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D546EE; }

 p { color: rgb(213,70,238); }

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

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

 a { background-color: rgb(213,70,238); }

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

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

 span { border-color: rgb(213,70,238); }

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