#D55AD1

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

Shades of Free Speech Magenta #D55AD1

Tints of Free Speech Magenta #D55AD1

Color information

#D55AD1 (or 0xD55AD1) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5A and D1. RGB value is (213,90,209). Sum of RGB (Red+Green+Blue) = 213+90+209=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AD1 is #2AA52E. Grayscale: #8B8B8B. Windows color (decimal): -2794799 or 13720277. OLE color: 13720277.

HSL color Cylindrical-coordinate representation of color #D55AD1: hue angle of 301.95º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55AD1 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB21390209-
CMYK00.580.020.16
HSL301.95º59.42%59.41%-
HSV(B)301.95º57.75%83.53%-
XYZ42.6126.0663.11-
YUV140.34166.75179.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 90 (35.55% from 255) = 17.58%
BLUE value IS 209 (82.03% from 255) = 40.82%
R=41.60%
G=17.58%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139020900.580.020.16301.9559.4259.41
HexD55AD103A21012e3b3b
Octal3251323210722204567373
Binary1101010110110101101000101110101010000100101110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55AD1; }

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

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

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

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

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

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

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

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