#D559D2

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

Shades of Free Speech Magenta #D559D2

Tints of Free Speech Magenta #D559D2

Color information

#D559D2 (or 0xD559D2) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 59 and D2. RGB value is (213,89,210). Sum of RGB (Red+Green+Blue) = 213+89+210=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D559D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559D2 is #2AA62D. Grayscale: #8B8B8B. Windows color (decimal): -2795054 or 13785557. OLE color: 13785557.

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

Color convert

RGB21389210-
CMYK00.580.010.16
HSL301.45º59.62%59.22%-
HSV(B)301.45º58.22%83.53%-
XYZ42.6525.9463.73-
YUV139.87167.58180.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 89 (35.16% from 255) = 17.38%
BLUE value IS 210 (82.42% from 255) = 41.02%
R=41.60%
G=17.38%
B=41.02%

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
Decimal2138921000.580.010.16301.4559.6259.22
HexD559D203A11012d3c3b
Octal3251313220721204557473
Binary110101011011001110100100111010110000100101101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D559D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D559D2; }

 p { color: rgb(213,89,210); }

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

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

 a { background-color: rgb(213,89,210); }

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

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

 span { border-color: rgb(213,89,210); }

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