#DA5DEB

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

Shades of Free Speech Magenta #DA5DEB

Tints of Free Speech Magenta #DA5DEB

Color information

#DA5DEB (or 0xDA5DEB) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5D and EB. RGB value is (218,93,235). Sum of RGB (Red+Green+Blue) = 218+93+235=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 93 (36.72% from 255 or 17.03% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA5DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5DEB is #25A214. Grayscale: #929292. Windows color (decimal): -2466325 or 15424986. OLE color: 15424986.

HSL color Cylindrical-coordinate representation of color #DA5DEB: hue angle of 292.82º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA5DEB is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21893235-
CMYK0.070.6000.08
HSL292.82º78.02%64.31%-
HSV(B)292.82º60.43%92.16%-
XYZ47.8228.7381.62-
YUV146.56177.91178.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 93 (36.72% from 255) = 17.03%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=39.93%
G=17.03%
B=43.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal218932350.070.6000.08292.8278.0264.31
HexDA5DEB73C081254e40
Octal332135353774010445116100
Binary110110101011101111010111111111000100010010010110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5DEB; }

 p { color: rgb(218,93,235); }

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

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

 a { background-color: rgb(218,93,235); }

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

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

 span { border-color: rgb(218,93,235); }

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