Html Css Color HEX #DA59E5 Free Speech Magenta

📋 copy color: '#DA59E5'

red 218 ◦ green 89 ◦ blue 229

#DA59E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DA59E5

Tints of Free Speech Magenta #DA59E5

RGB

 RED value IS 218 (85.55% from 255) = 40.67%

 GREEN value IS 89 (35.16% from 255) = 16.6%

 BLUE value IS 229 (89.84% from 255) = 42.72%

R = 40.67%
G = 16.6%
B = 42.72%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA59E5 (or 0xDA59E5) is known color: Free Speech Magenta. HEX triplet: DA, 59 and E5. RGB value is (218,89,229). Sum of RGB (Red+Green+Blue) = 218+89+229=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 89 (35.16% from 255 or 16.60% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA59E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA59E5 is #25A61A. Grayscale: #8F8F8F. Windows color (decimal): -2467355 or 15030746. OLE color: 15030746.

HSL color Cylindrical-coordinate representation of color #DA59E5: hue angle of 295.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA59E5 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 89 229 -
CMYK 0.05 0.61 0 0.10
HSL 295.29º 0.73% 0.62% -
HSV(B) 295.29º 0.61% 0.9% -
XYZ 46.63 27.71 77.02 -
YUV 143.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 218 89 229 0.05 0.61 0 0.10 295.29 0.73 0.62
Hex DA 59 E5 5 3D 0 A 127 49 3E
Octal 332 131 345 5 75 0 12 447 111 76
Binary 11011010 1011001 11100101 101 111101 0 1010 100100111 1001001 111110

Color Harmonies of #DA59E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA59E5

Black with #DA59E5

Text Example


Text Example

White with #DA59E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA59E5; }

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

 H1.HeaderClassName
 {
   color: #DA59E5;
 }
 .AnyTagClassName
 {
   color: #DA59E5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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