#D55AD9

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

Shades of Free Speech Magenta #D55AD9

Tints of Free Speech Magenta #D55AD9

Color information

#D55AD9 (or 0xD55AD9) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5A and D9. RGB value is (213,90,217). Sum of RGB (Red+Green+Blue) = 213+90+217=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #D55AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AD9 is #2AA526. Grayscale: #8C8C8C. Windows color (decimal): -2794791 or 14244565. OLE color: 14244565.

HSL color Cylindrical-coordinate representation of color #D55AD9: hue angle of 298.11º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55AD9 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21390217-
CMYK0.020.5900.15
HSL298.11º62.56%60.2%-
HSV(B)298.11º58.53%85.1%-
XYZ43.6226.4768.46-
YUV141.26170.75179.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 90 (35.55% from 255) = 17.31%
BLUE value IS 217 (85.16% from 255) = 41.73%
R=40.96%
G=17.31%
B=41.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213902170.020.5900.15298.1162.5660.2
HexD55AD923B0F12a3f3c
Octal3251323312730174527774
Binary110101011011010110110011011101101111100101010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55AD9; }

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

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

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

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

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

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

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

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