#D559DA

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

Shades of Free Speech Magenta #D559DA

Tints of Free Speech Magenta #D559DA

Color information

#D559DA (or 0xD559DA) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 59 and DA. RGB value is (213,89,218). Sum of RGB (Red+Green+Blue) = 213+89+218=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #D559DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559DA is #2AA625. Grayscale: #8C8C8C. Windows color (decimal): -2795046 or 14309845. OLE color: 14309845.

HSL color Cylindrical-coordinate representation of color #D559DA: hue angle of 297.67º degrees, saturation: 0.64, 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 #D559DA is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21389218-
CMYK0.020.5900.15
HSL297.67º63.55%60.2%-
HSV(B)297.67º59.17%85.49%-
XYZ43.6726.3569.11-
YUV140.78171.58179.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 89 (35.16% from 255) = 17.12%
BLUE value IS 218 (85.55% from 255) = 41.92%
R=40.96%
G=17.12%
B=41.92%

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
Decimal213892180.020.5900.15297.6763.5560.2
HexD559DA23B0F12a403c
Octal32513133227301745210074
Binary1101010110110011101101010111011011111001010101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D559DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D559DA; }

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

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

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

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

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

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

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

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