#DA59D1

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

Shades of Free Speech Magenta #DA59D1

Tints of Free Speech Magenta #DA59D1

Color information

#DA59D1 (or 0xDA59D1) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 59 and D1. RGB value is (218,89,209). Sum of RGB (Red+Green+Blue) = 218+89+209=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA59D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA59D1 is #25A62E. Grayscale: #8C8C8C. Windows color (decimal): -2467375 or 13720026. OLE color: 13720026.

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

Color convert

RGB21889209-
CMYK00.590.040.15
HSL304.19º63.55%60.2%-
HSV(B)304.19º59.17%85.49%-
XYZ43.9926.6563.15-
YUV141.25166.24182.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 89 (35.16% from 255) = 17.25%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=42.25%
G=17.25%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188920900.590.040.15304.1963.5560.2
HexDA59D103B4F130403c
Octal33213132107341746010074
Binary11011010101100111010001011101110011111001100001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA59D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA59D1; }

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

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

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

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

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

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

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

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