Html Css Color HEX #DA58D5 Free Speech Magenta

📋 copy color: '#DA58D5'

red 218 ◦ green 88 ◦ blue 213

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

Shades of Free Speech Magenta #DA58D5

Tints of Free Speech Magenta #DA58D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.04%

R = 42%
G = 16.96%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA58D5 (or 0xDA58D5) is known color: Free Speech Magenta. HEX triplet: DA, 58 and D5. RGB value is (218,88,213). Sum of RGB (Red+Green+Blue) = 218+88+213=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA58D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA58D5 is #25A72A. Grayscale: #8C8C8C. Windows color (decimal): -2467627 or 13981914. OLE color: 13981914.

HSL color Cylindrical-coordinate representation of color #DA58D5: hue angle of 302.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA58D5 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 88 213 -
CMYK 0 0.60 0.02 0.15
HSL 302.31º 0.64% 0.6% -
HSV(B) 302.31º 0.6% 0.85% -
XYZ 44.41 26.69 65.76 -
YUV 141.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 218 88 213 0 0.60 0.02 0.15 302.31 0.64 0.6
Hex DA 58 D5 0 3C 2 F 12E 40 3C
Octal 332 130 325 0 74 2 17 456 100 74
Binary 11011010 1011000 11010101 0 111100 10 1111 100101110 1000000 111100

Color Harmonies of #DA58D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA58D5

Black with #DA58D5

Text Example


Text Example

White with #DA58D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA58D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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