#DA5FD5

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

Shades of Free Speech Magenta #DA5FD5

Tints of Free Speech Magenta #DA5FD5

Color information

#DA5FD5 (or 0xDA5FD5) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5F and D5. RGB value is (218,95,213). Sum of RGB (Red+Green+Blue) = 218+95+213=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5FD5 is #25A02A. Grayscale: #909090. Windows color (decimal): -2465835 or 13983706. OLE color: 13983706.

HSL color Cylindrical-coordinate representation of color #DA5FD5: hue angle of 302.44º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA5FD5 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB21895213-
CMYK00.560.020.15
HSL302.44º62.44%61.37%-
HSV(B)302.44º56.42%85.49%-
XYZ45.0227.8965.96-
YUV145.23166.25179.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 95 (37.5% from 255) = 18.06%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=41.44%
G=18.06%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189521300.560.020.15302.4462.4461.37
HexDA5FD50382F12e3e3d
Octal3321373250702174567675
Binary110110101011111110101010111000101111100101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5FD5; }

 p { color: rgb(218,95,213); }

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

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

 a { background-color: rgb(218,95,213); }

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

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

 span { border-color: rgb(218,95,213); }

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