#D55AD3

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

Shades of Free Speech Magenta #D55AD3

Tints of Free Speech Magenta #D55AD3

Color information

#D55AD3 (or 0xD55AD3) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5A and D3. RGB value is (213,90,211). Sum of RGB (Red+Green+Blue) = 213+90+211=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AD3 is #2AA52C. Grayscale: #8C8C8C. Windows color (decimal): -2794797 or 13851349. OLE color: 13851349.

HSL color Cylindrical-coordinate representation of color #D55AD3: hue angle of 300.98º 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 #D55AD3 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB21390211-
CMYK00.580.010.16
HSL300.98º59.42%59.41%-
HSV(B)300.98º57.75%83.53%-
XYZ42.8526.1664.42-
YUV140.57167.75179.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 90 (35.55% from 255) = 17.51%
BLUE value IS 211 (82.81% from 255) = 41.05%
R=41.44%
G=17.51%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139021100.580.010.16300.9859.4259.41
HexD55AD303A11012d3b3b
Octal3251323230721204557373
Binary110101011011010110100110111010110000100101101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55AD3; }

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

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

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

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

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

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

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

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