Html Css Color HEX #DA50DD Free Speech Magenta

📋 copy color: '#DA50DD'

red 218 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Magenta #DA50DD

Tints of Free Speech Magenta #DA50DD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.41%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 42%
G = 15.41%
B = 42.58%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA50DD (or 0xDA50DD) is known color: Free Speech Magenta. HEX triplet: DA, 50 and DD. RGB value is (218,80,221). Sum of RGB (Red+Green+Blue) = 218+80+221=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA50DD is #25AF22. Grayscale: #888888. Windows color (decimal): -2469667 or 14504154. OLE color: 14504154.

HSL color Cylindrical-coordinate representation of color #DA50DD: hue angle of 298.72º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA50DD is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 80 221 -
CMYK 0.01 0.64 0 0.13
HSL 298.72º 0.67% 0.59% -
HSV(B) 298.72º 0.64% 0.87% -
XYZ 44.83 25.86 71.04 -
YUV 137.34 175.22 185.54 -
System Red Green Blue C M Y K H S L
Decimal 218 80 221 0.01 0.64 0 0.13 298.72 0.67 0.59
Hex DA 50 DD 1 40 0 D 12B 43 3B
Octal 332 120 335 1 100 0 15 453 103 73
Binary 11011010 1010000 11011101 1 1000000 0 1101 100101011 1000011 111011

Color Harmonies of #DA50DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA50DD

Black with #DA50DD

Text Example


Text Example

White with #DA50DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA50DD; }

 p { color: rgb(218,80,221); }

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

background-color css

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

 a { background-color: rgb(218,80,221); }

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

border-color css

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

 span { border-color: rgb(218,80,221); }

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