#DA59DB

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

Shades of Free Speech Magenta #DA59DB

Tints of Free Speech Magenta #DA59DB

Color information

#DA59DB (or 0xDA59DB) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 59 and DB. RGB value is (218,89,219). Sum of RGB (Red+Green+Blue) = 218+89+219=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA59DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA59DB is #25A624. Grayscale: #8E8E8E. Windows color (decimal): -2467365 or 14375386. OLE color: 14375386.

HSL color Cylindrical-coordinate representation of color #DA59DB: hue angle of 299.54º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA59DB is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21889219-
CMYK0.000.5900.14
HSL299.54º64.36%60.39%-
HSV(B)299.54º59.36%85.88%-
XYZ45.2727.1669.88-
YUV142.39171.24181.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 89 (35.16% from 255) = 16.92%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=41.44%
G=16.92%
B=41.63%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal218892190.000.5900.14299.5464.3660.39
HexDA59DB03B0E12c403c
Octal33213133307301645410074
Binary110110101011001110110110111011011101001011001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA59DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA59DB; }

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

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

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

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

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

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

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

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