Html Css Color HEX #DA59D4 Free Speech Magenta

📋 copy color: '#DA59D4'

red 218 ◦ green 89 ◦ blue 212

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

Shades of Free Speech Magenta #DA59D4

Tints of Free Speech Magenta #DA59D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.85%

R = 42%
G = 17.15%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA59D4 (or 0xDA59D4) is known color: Free Speech Magenta. HEX triplet: DA, 59 and D4. RGB value is (218,89,212). Sum of RGB (Red+Green+Blue) = 218+89+212=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA59D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA59D4 is #25A62B. Grayscale: #8D8D8D. Windows color (decimal): -2467372 or 13916634. OLE color: 13916634.

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

Color convert

RGB 218 89 212 -
CMYK 0 0.59 0.03 0.15
HSL 302.79º 0.64% 0.6% -
HSV(B) 302.79º 0.59% 0.85% -
XYZ 44.37 26.8 65.12 -
YUV 141.59 167.74 182.5 -
System Red Green Blue C M Y K H S L
Decimal 218 89 212 0 0.59 0.03 0.15 302.79 0.64 0.6
Hex DA 59 D4 0 3B 3 F 12F 40 3C
Octal 332 131 324 0 73 3 17 457 100 74
Binary 11011010 1011001 11010100 0 111011 11 1111 100101111 1000000 111100

Color Harmonies of #DA59D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA59D4

Black with #DA59D4

Text Example


Text Example

White with #DA59D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA59D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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