Html Css Color HEX #DA5AD0 Free Speech Magenta

📋 copy color: '#DA5AD0'

red 218 ◦ green 90 ◦ blue 208

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

Shades of Free Speech Magenta #DA5AD0

Tints of Free Speech Magenta #DA5AD0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.44%

 BLUE value IS 208 (81.64% from 255) = 40.31%

R = 42.25%
G = 17.44%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA5AD0 (or 0xDA5AD0) is known color: Free Speech Magenta. HEX triplet: DA, 5A and D0. RGB value is (218,90,208). Sum of RGB (Red+Green+Blue) = 218+90+208=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5AD0 is #25A52F. Grayscale: #8D8D8D. Windows color (decimal): -2467120 or 13654746. OLE color: 13654746.

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

Color convert

RGB 218 90 208 -
CMYK 0 0.59 0.05 0.15
HSL 304.69º 0.63% 0.6% -
HSV(B) 304.69º 0.59% 0.85% -
XYZ 43.95 26.77 62.53 -
YUV 141.72 165.41 182.41 -
System Red Green Blue C M Y K H S L
Decimal 218 90 208 0 0.59 0.05 0.15 304.69 0.63 0.6
Hex DA 5A D0 0 3B 5 F 131 3F 3C
Octal 332 132 320 0 73 5 17 461 77 74
Binary 11011010 1011010 11010000 0 111011 101 1111 100110001 111111 111100

Color Harmonies of #DA5AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5AD0

Black with #DA5AD0

Text Example


Text Example

White with #DA5AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5AD0; }

 p { color: rgb(218,90,208); }

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

background-color css

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

 a { background-color: rgb(218,90,208); }

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

border-color css

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

 span { border-color: rgb(218,90,208); }

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