#D55AD4

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

Shades of Free Speech Magenta #D55AD4

Tints of Free Speech Magenta #D55AD4

Color information

#D55AD4 (or 0xD55AD4) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5A and D4. RGB value is (213,90,212). Sum of RGB (Red+Green+Blue) = 213+90+212=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AD4 is #2AA52B. Grayscale: #8C8C8C. Windows color (decimal): -2794796 or 13916885. OLE color: 13916885.

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

Color convert

RGB21390212-
CMYK00.580.000.16
HSL300.49º59.42%59.41%-
HSV(B)300.49º57.75%83.53%-
XYZ42.9826.2165.08-
YUV140.68168.25179.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 90 (35.55% from 255) = 17.48%
BLUE value IS 212 (83.20% from 255) = 41.17%
R=41.36%
G=17.48%
B=41.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139021200.580.000.16300.4959.4259.41
HexD55AD403A01012c3b3b
Octal3251323240720204547373
Binary110101011011010110101000111010010000100101100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55AD4; }

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

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

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

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

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

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

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

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