#DA59D0

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

Shades of Free Speech Magenta #DA59D0

Tints of Free Speech Magenta #DA59D0

Color information

#DA59D0 (or 0xDA59D0) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 59 and D0. RGB value is (218,89,208). Sum of RGB (Red+Green+Blue) = 218+89+208=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA59D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA59D0 is #25A62F. Grayscale: #8C8C8C. Windows color (decimal): -2467376 or 13654490. OLE color: 13654490.

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

Color convert

RGB21889208-
CMYK00.590.050.15
HSL304.65º63.55%60.2%-
HSV(B)304.65º59.17%85.49%-
XYZ43.8726.662.5-
YUV141.14165.74182.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 89 (35.16% from 255) = 17.28%
BLUE value IS 208 (81.64% from 255) = 40.39%
R=42.33%
G=17.28%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188920800.590.050.15304.6563.5560.2
HexDA59D003B5F131403c
Octal33213132007351746110074
Binary11011010101100111010000011101110111111001100011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA59D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA59D0; }

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

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

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

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

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

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

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

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