#DA5BDE

Color #DA5BDE Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DA5BDE

Tints of Free Speech Magenta #DA5BDE

Color information

#DA5BDE (or 0xDA5BDE) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5B and DE. RGB value is (218,91,222). Sum of RGB (Red+Green+Blue) = 218+91+222=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA5BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5BDE is #25A421. Grayscale: #8F8F8F. Windows color (decimal): -2466850 or 14572506. OLE color: 14572506.

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

Color convert

RGB21891222-
CMYK0.020.5900.13
HSL298.17º66.5%61.37%-
HSV(B)298.17º59.01%87.06%-
XYZ45.8427.6672.03-
YUV143.91172.08180.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 91 (35.94% from 255) = 17.14%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=41.05%
G=17.14%
B=41.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218912220.020.5900.13298.1766.561.37
HexDA5BDE23B0D12a423d
Octal33213333627301545210275
Binary1101101010110111101111010111011011011001010101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5BDE; }

 p { color: rgb(218,91,222); }

 H1.HeaderClassName
 {
   color: #DA5BDE;
 }
 .AnyTagClassName
 {
   color: #DA5BDE;
 }
</style>
background-color css

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

 a { background-color: rgb(218,91,222); }

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

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

 span { border-color: rgb(218,91,222); }

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