Html Css Color HEX #DA58D8 Free Speech Magenta

📋 copy color: '#DA58D8'

red 218 ◦ green 88 ◦ blue 216

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

Shades of Free Speech Magenta #DA58D8

Tints of Free Speech Magenta #DA58D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.38%

R = 41.76%
G = 16.86%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA58D8 (or 0xDA58D8) is known color: Free Speech Magenta. HEX triplet: DA, 58 and D8. RGB value is (218,88,216). Sum of RGB (Red+Green+Blue) = 218+88+216=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA58D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA58D8 is #25A727. Grayscale: #8D8D8D. Windows color (decimal): -2467624 or 14178522. OLE color: 14178522.

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

Color convert

RGB 218 88 216 -
CMYK 0 0.60 0.01 0.15
HSL 300.92º 0.64% 0.6% -
HSV(B) 300.92º 0.6% 0.85% -
XYZ 44.8 26.84 67.79 -
YUV 141.46 170.07 182.59 -
System Red Green Blue C M Y K H S L
Decimal 218 88 216 0 0.60 0.01 0.15 300.92 0.64 0.6
Hex DA 58 D8 0 3C 1 F 12D 40 3C
Octal 332 130 330 0 74 1 17 455 100 74
Binary 11011010 1011000 11011000 0 111100 1 1111 100101101 1000000 111100

Color Harmonies of #DA58D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA58D8

Black with #DA58D8

Text Example


Text Example

White with #DA58D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA58D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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