Html Css Color HEX #DA58E3 Free Speech Magenta

📋 copy color: '#DA58E3'

red 218 ◦ green 88 ◦ blue 227

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

Shades of Free Speech Magenta #DA58E3

Tints of Free Speech Magenta #DA58E3

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.51%

 BLUE value IS 227 (89.06% from 255) = 42.59%

R = 40.9%
G = 16.51%
B = 42.59%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DA58E3 (or 0xDA58E3) is known color: Free Speech Magenta. HEX triplet: DA, 58 and E3. RGB value is (218,88,227). Sum of RGB (Red+Green+Blue) = 218+88+227=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA58E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA58E3 is #25A71C. Grayscale: #8E8E8E. Windows color (decimal): -2467613 or 14899418. OLE color: 14899418.

HSL color Cylindrical-coordinate representation of color #DA58E3: hue angle of 296.12º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA58E3 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 88 227 -
CMYK 0.04 0.61 0 0.11
HSL 296.12º 0.71% 0.62% -
HSV(B) 296.12º 0.61% 0.89% -
XYZ 46.27 27.43 75.53 -
YUV 142.72 175.57 181.7 -
System Red Green Blue C M Y K H S L
Decimal 218 88 227 0.04 0.61 0 0.11 296.12 0.71 0.62
Hex DA 58 E3 4 3D 0 B 128 47 3E
Octal 332 130 343 4 75 0 13 450 107 76
Binary 11011010 1011000 11100011 100 111101 0 1011 100101000 1000111 111110

Color Harmonies of #DA58E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA58E3

Black with #DA58E3

Text Example


Text Example

White with #DA58E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA58E3; }

 p { color: rgb(218,88,227); }

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

background-color css

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

 a { background-color: rgb(218,88,227); }

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

border-color css

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

 span { border-color: rgb(218,88,227); }

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