#D55AEB

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

Shades of Free Speech Magenta #D55AEB

Tints of Free Speech Magenta #D55AEB

Color information

#D55AEB (or 0xD55AEB) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5A and EB. RGB value is (213,90,235). Sum of RGB (Red+Green+Blue) = 213+90+235=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #D55AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55AEB is #2AA514. Grayscale: #8E8E8E. Windows color (decimal): -2794773 or 15424213. OLE color: 15424213.

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

Color convert

RGB21390235-
CMYK0.090.6200.08
HSL290.9º78.38%63.73%-
HSV(B)290.9º61.7%92.16%-
XYZ46.0927.4681.47-
YUV143.31179.75177.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 90 (35.55% from 255) = 16.73%
BLUE value IS 235 (92.19% from 255) = 43.68%
R=39.59%
G=16.73%
B=43.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal213902350.090.6200.08290.978.3863.73
HexD55AEB93E081234e40
Octal3251323531176010443116100
Binary1101010110110101110101110011111100100010010001110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55AEB; }

 p { color: rgb(213,90,235); }

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

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

 a { background-color: rgb(213,90,235); }

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

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

 span { border-color: rgb(213,90,235); }

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