#D542EE

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

Shades of Free Speech Magenta #D542EE

Tints of Free Speech Magenta #D542EE

Color information

#D542EE (or 0xD542EE) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 42 and EE. RGB value is (213,66,238). Sum of RGB (Red+Green+Blue) = 213+66+238=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #D542EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D542EE is #2ABD11. Grayscale: #818181. Windows color (decimal): -2800914 or 15614677. OLE color: 15614677.

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

Color convert

RGB21366238-
CMYK0.110.7200.07
HSL291.28º83.5%59.61%-
HSV(B)291.28º72.27%93.33%-
XYZ44.8224.2283.2-
YUV129.56189.2187.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 66 (26.17% from 255) = 12.77%
BLUE value IS 238 (93.36% from 255) = 46.03%
R=41.20%
G=12.77%
B=46.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal213662380.110.7200.07291.2883.559.61
HexD542EEB4807123533c
Octal325102356131100744312374
Binary110101011000010111011101011100100001111001000111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D542EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D542EE; }

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

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

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

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

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

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

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

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