#DA5AC6

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

Shades of Free Speech Magenta #DA5AC6

Tints of Free Speech Magenta #DA5AC6

Color information

#DA5AC6 (or 0xDA5AC6) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5A and C6. RGB value is (218,90,198). Sum of RGB (Red+Green+Blue) = 218+90+198=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5AC6 is #25A539. Grayscale: #8C8C8C. Windows color (decimal): -2467130 or 12999386. OLE color: 12999386.

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

Color convert

RGB21890198-
CMYK00.590.090.15
HSL309.38º63.37%60.39%-
HSV(B)309.38º58.72%85.49%-
XYZ42.7626.2956.25-
YUV140.58160.41183.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 90 (35.55% from 255) = 17.79%
BLUE value IS 198 (77.73% from 255) = 39.13%
R=43.08%
G=17.79%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189019800.590.090.15309.3863.3760.39
HexDA5AC603B9F1353f3c
Octal33213230607311174657774
Binary11011010101101011000110011101110011111100110101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5AC6; }

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

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

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

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

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

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

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

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