#DA5ABE

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

Shades of Free Speech Magenta #DA5ABE

Tints of Free Speech Magenta #DA5ABE

Color information

#DA5ABE (or 0xDA5ABE) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5A and BE. RGB value is (218,90,190). Sum of RGB (Red+Green+Blue) = 218+90+190=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5ABE is #25A541. Grayscale: #8B8B8B. Windows color (decimal): -2467138 or 12475098. OLE color: 12475098.

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

Color convert

RGB21890190-
CMYK00.590.130.15
HSL313.12º63.37%60.39%-
HSV(B)313.12º58.72%85.49%-
XYZ41.8625.9451.51-
YUV139.67156.41183.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.78%
GREEN value IS 90 (35.55% from 255) = 18.07%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=43.78%
G=18.07%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189019000.590.130.15313.1263.3760.39
HexDA5ABE03BDF1393f3c
Octal33213227607315174717774
Binary11011010101101010111110011101111011111100111001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5ABE; }

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

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

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

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

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

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

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

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