#D55AE4

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

Shades of Free Speech Magenta #D55AE4

Tints of Free Speech Magenta #D55AE4

Color information

#D55AE4 (or 0xD55AE4) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5A and E4. RGB value is (213,90,228). Sum of RGB (Red+Green+Blue) = 213+90+228=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #D55AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AE4 is #2AA51B. Grayscale: #8E8E8E. Windows color (decimal): -2794780 or 14965461. OLE color: 14965461.

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

Color convert

RGB21390228-
CMYK0.070.6100.11
HSL293.48º71.88%62.35%-
HSV(B)293.48º60.53%89.41%-
XYZ45.127.0676.24-
YUV142.51176.25178.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 90 (35.55% from 255) = 16.95%
BLUE value IS 228 (89.45% from 255) = 42.94%
R=40.11%
G=16.95%
B=42.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal213902280.070.6100.11293.4871.8862.35
HexD55AE473D0B125483e
Octal32513234477501344511076
Binary11010101101101011100100111111101010111001001011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55AE4; }

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

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

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

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

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

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

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

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