#D55EE5

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

Shades of Free Speech Magenta #D55EE5

Tints of Free Speech Magenta #D55EE5

Color information

#D55EE5 (or 0xD55EE5) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5E and E5. RGB value is (213,94,229). Sum of RGB (Red+Green+Blue) = 213+94+229=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #D55EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EE5 is #2AA11A. Grayscale: #909090. Windows color (decimal): -2793755 or 15032021. OLE color: 15032021.

HSL color Cylindrical-coordinate representation of color #D55EE5: hue angle of 292.89º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55EE5 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21394229-
CMYK0.070.5900.10
HSL292.89º72.19%63.33%-
HSV(B)292.89º58.95%89.8%-
XYZ45.5927.8177.09-
YUV144.97175.42176.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 94 (37.11% from 255) = 17.54%
BLUE value IS 229 (89.84% from 255) = 42.72%
R=39.74%
G=17.54%
B=42.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal213942290.070.5900.10292.8972.1963.33
HexD55EE573B0A125483f
Octal32513634577301244511077
Binary11010101101111011100101111111011010101001001011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55EE5; }

 p { color: rgb(213,94,229); }

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

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

 a { background-color: rgb(213,94,229); }

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

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

 span { border-color: rgb(213,94,229); }

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